Re: [dpdk-dev] [PATCH 00/62] net/sfc: support flow API transfer rules

2020-10-20 Thread Andrew Rybchenko
On 10/20/20 11:47 AM, Andrew Rybchenko wrote: > Transfer rules for Alveo SN1000 SmartNICs support matching on various > inner and outer packet headers, traffic source items like PORT_ID, > PHY_PORT, PF and VF and actions to route traffic to destination > (PORT_ID, PHY_PORT, PF, VF or DROP), MARK, F

[dpdk-dev] [PATCH 00/62] net/sfc: support flow API transfer rules

2020-10-20 Thread Andrew Rybchenko
Transfer rules for Alveo SN1000 SmartNICs support matching on various inner and outer packet headers, traffic source items like PORT_ID, PHY_PORT, PF and VF and actions to route traffic to destination (PORT_ID, PHY_PORT, PF, VF or DROP), MARK, FLAG and apply VLAN push/pop transformations. Andrew