Re: [dpdk-dev] [PATCH v2] net/igc: remove some useless log

2020-05-10 Thread Ye Xiaolong
On 05/07, alvinx.zh...@intel.com wrote: >From: Alvin Zhang > >Some log will always be printed when the device is initialized >and shut down, which will mislead users and should be removed. > >Fixes: 746664d546fb (net/igc: implement flow API) >Cc: sta...@dpdk.org > >Signed-off-by: Alvin Zhang >---

[dpdk-dev] [PATCH v2] net/igc: remove some useless log

2020-05-07 Thread alvinx . zhang
From: Alvin Zhang Some log will always be printed when the device is initialized and shut down, which will mislead users and should be removed. Fixes: 746664d546fb (net/igc: implement flow API) Cc: sta...@dpdk.org Signed-off-by: Alvin Zhang --- V2: update git log drivers/net/igc/igc_txrx.c