mbox series

[0/6] net/enic: minor updates to flow implementation

Message ID 20200909140006.23788-1-hyonkim@cisco.com (mailing list archive)
Headers
Series net/enic: minor updates to flow implementation |

Message

Hyong Youb Kim (hyonkim) Sept. 9, 2020, 2 p.m. UTC
  This series enables several flow features such as priorities and
egress PORT_ID action. It depends on the ealier patch series that adds
VF representors.

The 1st patch (remove obsolete code) does not technically belong in
the series, but is piggybacked here as it is a trivial cleanup.

Thanks..
-Hyong


Hyong Youb Kim (6):
  net/enic: remove obsolete code
  net/enic: support egress PORT_ID action
  net/enic: support priorities for TCAM flows
  net/enic: ignore vlan inner type when it is zero
  net/enic: generate VXLAN source port if it is zero in template
  net/enic: support VXLAN decap action combined with VLAN pop

 doc/guides/rel_notes/release_20_11.rst |   3 +
 drivers/net/enic/enic.h                |   5 -
 drivers/net/enic/enic_fm_flow.c        | 228 ++++++++++++++++++++++++-
 3 files changed, 222 insertions(+), 14 deletions(-)
  

Comments

Ferruh Yigit Sept. 21, 2020, 4:12 p.m. UTC | #1
On 9/9/2020 3:00 PM, Hyong Youb Kim wrote:
> This series enables several flow features such as priorities and
> egress PORT_ID action. It depends on the ealier patch series that adds
> VF representors.
> 
> The 1st patch (remove obsolete code) does not technically belong in
> the series, but is piggybacked here as it is a trivial cleanup.
> 
> Thanks..
> -Hyong
> 
> 
> Hyong Youb Kim (6):
>    net/enic: remove obsolete code
>    net/enic: support egress PORT_ID action
>    net/enic: support priorities for TCAM flows
>    net/enic: ignore vlan inner type when it is zero
>    net/enic: generate VXLAN source port if it is zero in template
>    net/enic: support VXLAN decap action combined with VLAN pop
> 

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