Re: [dpdk-dev] [PATCH v3 1/4] ring: future proof flag settings

2020-04-27 Thread Honnappa Nagarahalli
> > All API's should check that they support the flag values passed. > These checks ensure that the extra bits can safely be used without risk of ABI > breakage. > > Signed-off-by: Stephen Hemminger Reviewed-by: Honnappa Nagarahalli > --- > lib/librte_ring/rte_ring.c | 12 > 1

[dpdk-dev] [PATCH v3 1/4] ring: future proof flag settings

2020-04-27 Thread Stephen Hemminger
All API's should check that they support the flag values passed. These checks ensure that the extra bits can safely be used without risk of ABI breakage. Signed-off-by: Stephen Hemminger --- lib/librte_ring/rte_ring.c | 12 1 file changed, 12 insertions(+) diff --git a/lib/librte_r