net/softnic: replace pointers with arrays
authorReshma Pattan <reshma.pattan@intel.com>
Tue, 11 Sep 2018 14:20:34 +0000 (15:20 +0100)
committerCristian Dumitrescu <cristian.dumitrescu@intel.com>
Fri, 12 Oct 2018 15:58:59 +0000 (17:58 +0200)
commitb767f8efc814a09b0b02567d21e01e387ff09537
treed939190d355cb640116f2509f230266fe26e344d
parente44856f23ff290b77227b858192de35736677dfe
net/softnic: replace pointers with arrays

Change dev_name, action_profile_name and key_mask
from char* type to arary type of structures
softnic_port_in_params, softnic_port_out_params
and softnic_table_hash_params.

Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
drivers/net/softnic/rte_eth_softnic_cli.c
drivers/net/softnic/rte_eth_softnic_internals.h
drivers/net/softnic/rte_eth_softnic_pipeline.c