[dpdk-dev] [PATCH v2 16/17] e1000: add a message when forcing scatter mode

2014-09-02 Thread David Marchand
Self nack, forgot to remove the \n ... -- David Marchand On Mon, Sep 1, 2014 at 12:24 PM, David Marchand wrote: > Signed-off-by: David Marchand > --- > lib/librte_pmd_e1000/em_rxtx.c |4 > lib/librte_pmd_e1000/igb_rxtx.c | 14 ++ > 2 files changed, 18 insertions(+) >

[dpdk-dev] [PATCH v2 16/17] e1000: add a message when forcing scatter mode

2014-09-01 Thread David Marchand
Signed-off-by: David Marchand --- lib/librte_pmd_e1000/em_rxtx.c |4 lib/librte_pmd_e1000/igb_rxtx.c | 14 ++ 2 files changed, 18 insertions(+) diff --git a/lib/librte_pmd_e1000/em_rxtx.c b/lib/librte_pmd_e1000/em_rxtx.c index 83ecb33..a6cea32 100644 --- a/lib/librte_pmd_