Re: [dpdk-dev] net/e1000: fix wrong mac type checking

2019-09-11 Thread Ye Xiaolong
On 09/11, Xiao Zhang wrote: >The mac types of i219 are e1000_pch_spt and e1000_pch_cnp, correct the >checking code of mac type when flushing i219 descriptor rings. > >Fixes: 1fc9701238ed ("net/e1000: fix i219 hang on reset/close") >Cc: sta...@dpdk.org > >Signed-off-by: Xiao Zhang >--- > drivers/ne

Re: [dpdk-dev] net/e1000: fix wrong mac type checking

2019-09-10 Thread Kevin Traynor
On 10/09/2019 18:40, Xiao Zhang wrote: > The mac types of i219 are e1000_pch_spt and e1000_pch_cnp, correct the > checking code of mac type when flushing i219 descriptor rings. > > Fixes: 1fc9701238ed ("net/e1000: fix i219 hang on reset/close") > Cc: sta...@dpdk.org > > Signed-off-by: Xiao Zhang