[dpdk-dev] [PATCH v1 0/4] fixes for queue resource free and code style
Ferruh Yigit
ferruh.yigit at intel.com
Thu May 14 18:44:55 CEST 2020
On 5/14/2020 10:29 AM, Xiaoyun wang wrote:
> This patch adds tx_queues and rx_queues non-null judgment before
> free tx or rx resources, because some app may set tx_queues or
> rx_queues to be null before call free resource interfaces, which
> may cause a segfault, adds pkt_len member update for dst_mbuf
> when copy a mbuf to a new dst_mbuf, code style format rectification,
> and adjusts the legality judgment order of RSS RETA table.
>
> --
> v1:
> - the queues resource free problem fixes
> - the pkt len updates of mbuf fixes
> - code style modification
> - optimize RSS RETA table updates
>
> Xiaoyun wang (4):
> net/hinic: the queues resource free problem fixes
> net/hinic: the pkt len updates of mbuf fixes
> net/hinic: code style modification
> net/hinic: optimize RSS RETA table updates
Series applied to dpdk-next-net/master, thanks.
More information about the dev
mailing list