Re: [dpdk-dev] [PATCH v4 2/6] ethdev: add a function to look up Tx offload names

2018-01-18 Thread Thomas Monjalon
18/01/2018 10:44, Andrew Rybchenko: > From: Ivan Malov > > Commonly, drivers converted to the new offload API > may need to log unsupported offloads as a response > to wrong settings. From this perspective, it would > be convenient to have generic functions to look up > offload names. The patch a

[dpdk-dev] [PATCH v4 2/6] ethdev: add a function to look up Tx offload names

2018-01-18 Thread Andrew Rybchenko
From: Ivan Malov Commonly, drivers converted to the new offload API may need to log unsupported offloads as a response to wrong settings. From this perspective, it would be convenient to have generic functions to look up offload names. The patch adds such a helper for Tx. Signed-off-by: Ivan Mal