Re: [dpdk-dev] [PATCH] net/sfc: fix mark support in EF100 native Rx datapath

2021-04-30 Thread Ferruh Yigit
On 4/28/2021 3:17 PM, Andrew Rybchenko wrote: > Decouple user mark from user flag. Usage of mark does not require to > use flag as well. Flag is not actually supported yet. > > Fixes: 1aacc3d388d3 ("net/sfc: support user mark and flag Rx for EF100") > Cc: stabledpdk.org Cc: sta...@dpdk.org >

[dpdk-dev] [PATCH] net/sfc: fix mark support in EF100 native Rx datapath

2021-04-28 Thread Andrew Rybchenko
Decouple user mark from user flag. Usage of mark does not require to use flag as well. Flag is not actually supported yet. Fixes: 1aacc3d388d3 ("net/sfc: support user mark and flag Rx for EF100") Cc: stabledpdk.org Signed-off-by: Andrew Rybchenko Reviewed-by: Andy Moreton Reviewed-by: Ivan Malo