arp: Config parameters longer than PIPELINE_MAX_ARGS chars ignored 15/44915/1
authorAnand B Jyoti <anand.b.jyoti@intel.com>
Wed, 11 Oct 2017 05:09:51 +0000 (10:39 +0530)
committerDeepak S <deepak.s@linux.intel.com>
Thu, 12 Oct 2017 03:26:22 +0000 (20:26 -0700)
commit8f3b4da193b5f2050c06ca57eb09e32439901c5b
treec0b028168dc9e3011422e273c6807edee769cd2a
parent9e89bb88d02bb1235d8d120a49399daa9ad34347
arp: Config parameters longer than PIPELINE_MAX_ARGS chars ignored

JIRA: SAMPLEVNF-86

Due to this KW fix the arp pipeline is rejecting the commands
greater than PIPELINE_MAX_ARGS size. This is seen in arp_route_tbl
which can is becoming bigger in case of multi port setup.

This patch undo the KW fix which is causing issue with longer
parameters under ARPICMP pipeline.

Change-Id: I7bd7124118f531aa70d0fddd75a8ae693455d361
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
common/VIL/l2l3_stack/lib_arp.c