Re: [dpdk-dev] [PATCH v2 1/8] net/bonding: fix buf corruption in packets

2018-08-31 Thread Andrzej Ostruszka
Please forgive me this particular patch - that was my mistake when sending. That was leftover from wrong format-patch that was picked by shell wildcard. Apologies for the noise. Best regards Andrzej

[dpdk-dev] [PATCH v2 1/8] net/bonding: fix buf corruption in packets

2018-08-31 Thread Andrzej Ostruszka
From: Jia Yu When bond slave devices cannot transmit all packets in bufs array, tx_burst callback shall merge the un-transmitted packets back to bufs array. Recent merge logic introduced a bug which causes invalid mbuf addresses being written to bufs array. When caller frees the un-transmitted pa