numam-dpdk/lib/librte_flow_classify
Anatoly Burakov 21bd1106ea flow_classify: do not check for invalid socket ID
We will be assigning "invalid" socket ID's to external heap, and
malloc will now be able to verify if a supplied socket ID is in
fact a valid one, rendering parameter checks for sockets
obsolete.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
2018-10-11 10:37:45 +02:00
..
Makefile mk: add experimental tag check 2018-01-29 23:35:29 +01:00
meson.build build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
rte_flow_classify_parse.c flow_classify: remove void pointer cast 2018-03-30 14:08:43 +02:00
rte_flow_classify_parse.h flow_classify: remove table id parameter from API 2018-01-11 19:15:26 +01:00
rte_flow_classify_version.map flow_classify: remove table id parameter from API 2018-01-11 19:15:26 +01:00
rte_flow_classify.c flow_classify: do not check for invalid socket ID 2018-10-11 10:37:45 +02:00
rte_flow_classify.h add experimental tag to appropriate functions 2018-01-29 23:35:29 +01:00