flow_classify: do not check for invalid socket ID
authorAnatoly Burakov <anatoly.burakov@intel.com>
Tue, 2 Oct 2018 13:34:43 +0000 (14:34 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 11 Oct 2018 08:37:45 +0000 (10:37 +0200)
commit21bd1106ea2d031289ecbddb3472b652e77df8be
tree31c95e060ee288607c7b5b479eb7f675601b7280
parentf473b6d1912908088a6ac66a1bc3fea6f5500458
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>
lib/librte_flow_classify/rte_flow_classify.c