On 2/18/2021 8:37 PM, Thomas Monjalon wrote:
18/02/2021 21:32, Ferruh Yigit:
On 10/15/2020 2:23 PM, nipun.gu...@nxp.com wrote:
From: Nipun Gupta <nipun.gu...@nxp.com>
This change adds a Rx offload capability and configuration to
enable hardware to drop the packets in case of any error in the
packets such as L3 checksum error or L4 checksum.
Signed-off-by: Nipun Gupta <nipun.gu...@nxp.com>
Signed-off-by: Rohit Raj <rohit....@nxp.com>
Reviewed-by: Asaf Penso <as...@nvidia.com>
---
This feature touches many main parts,
- new config item for 'rte_eth_dev_configure()'
- a new offload flag
- new capability reporting for 'rte_eth_dev_info_get()'
The feature doesn't look very mainstream to touch all these main parts and add
complexity to them, which will affect almost all users.
And has some inconsistencies, like configuration is done via config struct, but
capability is returned as bit-wise.
Or I think config option taken into account only if offload is requested has a
chance to confuse people in both app and driver end.
What do you think having two specific APIs to get_capabilities and set drop
config?
The responsibility of those APIs will be clear and narrowed down, which makes it
harder to make it wrong.
I agree. In general, it is better adding new functions
instead of adding everything in rte_eth_dev_configure().
The set is stale, rejecting it, please send a new version if required.