Re: [dpdk-dev] [PATCH v3 3/4] stack: check flags on creation

2020-05-01 Thread Eads, Gage
> -Original Message- > From: Stephen Hemminger > Sent: Monday, April 27, 2020 6:16 PM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Eads, Gage > ; Olivier Matz > Subject: [PATCH v3 3/4] stack: check flags on creation > > All API's should check that they support the flag values passed. If

[dpdk-dev] [PATCH v3 3/4] stack: check flags on creation

2020-04-27 Thread Stephen Hemminger
All API's should check that they support the flag values passed. If an application passes an invalid flag it could cause problems in later ABI. Signed-off-by: Stephen Hemminger --- lib/librte_stack/rte_stack.c | 5 + 1 file changed, 5 insertions(+) diff --git a/lib/librte_stack/rte_stack.c