Re: [dpdk-dev] [PATCH] ethdev: add RSS offload type for L3 checksum

2021-06-03 Thread Zhang, AlvinX
Re: [dpdk-dev] [PATCH] ethdev: add RSS offload type for L3 checksum > > On 6/3/21 6:12 AM, Alvin Zhang wrote: > > Add ETH_RSS_L3_CHKSUM macro. > > Sorry, too short description. I could be an existing practice to add more RSS > offload types, but I want to break it. > Please

Re: [dpdk-dev] [PATCH] ethdev: add RSS offload type for L3 checksum

2021-06-03 Thread Andrew Rybchenko
On 6/3/21 6:12 AM, Alvin Zhang wrote: > Add ETH_RSS_L3_CHKSUM macro. Sorry, too short description. I could be an existing practice to add more RSS offload types, but I want to break it. Please, add motivation in the description why it is useful etc. > > Signed-off-by: Alvin Zhang > --- > lib/e

[dpdk-dev] [PATCH] ethdev: add RSS offload type for L3 checksum

2021-06-02 Thread Alvin Zhang
Add ETH_RSS_L3_CHKSUM macro. Signed-off-by: Alvin Zhang --- lib/ethdev/rte_ethdev.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h index faf3bd9..4220ec5 100644 --- a/lib/ethdev/rte_ethdev.h +++ b/lib/ethdev/rte_ethdev.h @@ -537,6 +537,7 @@