[dpdk-dev] [PATCH v2] ip_pipeline: add check on nic's rxq and txq

2015-12-07 Thread Thomas Monjalon
2015-12-01 12:23, Jasvinder Singh: > This patch checks that rx queue and tx queue of each > link specified in ip pipeline configuration file are > used. > > *v2 > - fix checkpatch warnings > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Applied, thanks

[dpdk-dev] [PATCH v2] ip_pipeline: add check on nic's rxq and txq

2015-12-01 Thread Jasvinder Singh
This patch checks that rx queue and tx queue of each link specified in ip pipeline configuration file are used. *v2 - fix checkpatch warnings Signed-off-by: Jasvinder Singh Acked-by: Cristian Dumitrescu --- examples/ip_pipeline/config_check.c | 4 1 file changed, 4 insertions(+) diff --g