mbox series

[0/2] net/enic: minor flow manager changes

Message ID 20200703022351.17172-1-hyonkim@cisco.com (mailing list archive)
Headers
Series net/enic: minor flow manager changes |

Message

Hyong Youb Kim (hyonkim) July 3, 2020, 2:23 a.m. UTC
  This series enables VLAN push/pop actions. The first patch adds code
to translate rte_flow push/pop actions to flow manager actions. The
second patch extends the debug-print function to print recently added
flow manager actions, including the ones used by the first patch.

Thanks.
-Hyong

Hyong Youb Kim (2):
  net/enic: support VLAN push and pop flow actions
  net/enic: add new flow manager actions to the dump function

 doc/guides/rel_notes/release_20_08.rst |  3 ++
 drivers/net/enic/enic_fm_flow.c        | 68 ++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)
  

Comments

Ferruh Yigit July 9, 2020, 4:09 p.m. UTC | #1
On 7/3/2020 3:23 AM, Hyong Youb Kim wrote:
> This series enables VLAN push/pop actions. The first patch adds code
> to translate rte_flow push/pop actions to flow manager actions. The
> second patch extends the debug-print function to print recently added
> flow manager actions, including the ones used by the first patch.
> 
> Thanks.
> -Hyong
> 
> Hyong Youb Kim (2):
>   net/enic: support VLAN push and pop flow actions
>   net/enic: add new flow manager actions to the dump function
> 

Series applied to dpdk-next-net/master, thanks.