mbox series

[v2,0/3] Few enhancements for l3fwd-acl

Message ID 20200915170456.7204-1-konstantin.ananyev@intel.com (mailing list archive)
Headers
Series Few enhancements for l3fwd-acl |

Message

Ananyev, Konstantin Sept. 15, 2020, 5:04 p.m. UTC
  Improve l3fwd-acl usability.
Allow to specify destination MAC and explicitly select classify algorithm.

hese patch series depends on:
https://patches.dpdk.org/project/dpdk/list/?series=12241
to be applied first.

Konstantin Ananyev (3):
  examples/l3fwd-acl: add source and destination MAC update
  examples/l3fwd-acl: allow explicitly select classify method
  examples/l3fwd-acl: add support for AVX512

 doc/guides/rel_notes/release_20_11.rst        |  10 ++
 .../sample_app_ug/l3_forward_access_ctrl.rst  |  11 +-
 examples/l3fwd-acl/main.c                     | 158 ++++++++++++++++--
 3 files changed, 160 insertions(+), 19 deletions(-)