On 8/27/2018 1:52 PM, Rahul Lakkireddy wrote: > This series of patches add support to offload flows with destination MAC > match item and VLAN push/pop/rewrite actions. > > Patch 1 adds API to program and manage hardware Layer 2 Table (L2T). > L2T holds destination node information to be used for VLAN rewrite. > > Patch 2 implements offloading VLAN push/pop/rewrite actions. > > Patch 3 adds API to program and manage hardware Multi Port Switch (MPS) > table. MPS holds the destination MAC addresses to be matched against > incoming packets. > > Patch 4 implements offloading destination MAC match item. > > Thanks, > Rahul > > Shagun Agrawal (4): > net/cxgbe: add API to program hardware layer 2 table > net/cxgbe: add flow operations to offload vlan actions > net/cxgbe: add API to program hardware MPS table > net/cxgbe: add flow operations to match based on destination MAC > address
Series applied to dpdk-next-net/master, thanks.