Re: [PATCH net 0/4] net: hns3: fixes for -net
From: David Miller <davem@davemloft.net>
Date: 2020-03-30 17:58:14
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2020-03-30 17:58:14
Also in:
lkml
From: Huazhong Tan <redacted> Date: Sat, 28 Mar 2020 15:09:54 +0800
This patchset includes some bugfixes for the HNS3 ethernet driver. [patch 1] removes flag WQ_MEM_RECLAIM flag when allocating WE, since it will cause a warning when the reset task flushes a IB's WQ. [patch 2] adds a new DESC_TYPE_FRAGLIST_SKB type to handle the linear data of the fraglist SKB, since it is different with the frag data. [patch 3] adds different handings for RSS configuration when load or reset. [patch 4] fixes a link ksetting issue.
Series applied, thanks.