* Re: [dpdk-dev] 16.11.5 (LTS) patches review and test
2018-02-26 11:34 [dpdk-dev] 16.11.5 (LTS) patches review and test Luca Boccassi
@ 2018-02-28 17:12 ` Kevin Traynor
2018-02-28 20:05 ` Luca Boccassi
2018-03-02 8:40 ` gowrishankar muthukrishnan
` (2 subsequent siblings)
3 siblings, 1 reply; 10+ messages in thread
From: Kevin Traynor @ 2018-02-28 17:12 UTC (permalink / raw)
To: Luca Boccassi, dpdk stable; +Cc: dev
On 02/26/2018 11:34 AM, Luca Boccassi wrote:
> Hi all,
>
> Here is a list of patches targeted for LTS release 16.11.5. Please
> help review and test. The planned date for the final release is March
> the 5th, pending results from regression tests.
> Before that, please shout if anyone has objections with these
> patches being applied.
>
> These patches are located at branch 16.11 of dpdk-stable repo:
> http://dpdk.org/browse/dpdk-stable/
>
Hi Luca, I did some basic PVP testing with OVS 2.6, using head of 16.11
stable in host and guest. All working ok in my tests.
thanks,
Kevin.
> Thanks.
>
> Luca Boccassi
>
> ---
> Ajit Khaparde (6):
> net/bnxt: support new PCI IDs
> net/bnxt: parse checksum offload flags
> net/bnxt: fix group info usage
> net/bnxt: fix broadcast cofiguration
> net/bnxt: fix size of Tx ring in HW
> net/bnxt: fix link speed setting with autoneg off
>
> Akhil Goyal (1):
> examples/ipsec-secgw: fix corner case for SPI value
>
> Alejandro Lucero (3):
> net/nfp: fix MTU settings
> net/nfp: fix jumbo settings
> net/nfp: fix CRC strip check behaviour
>
> Anatoly Burakov (14):
> memzone: fix leak on allocation error
> malloc: protect stats with lock
> malloc: fix end for bounded elements
> vfio: fix enabled check on error
> app/procinfo: add compilation option in config
> test: register test as failed if setup failed
> test/table: fix uninitialized parameter
> test/memzone: fix wrong test
> test/memzone: handle previously allocated memzones
> usertools/devbind: remove unused function
> test/reorder: fix memory leak
> test/ring_perf: fix memory leak
> test/table: fix memory leak
> test/timer_perf: fix memory leak
>
> Andriy Berestovskyy (1):
> keepalive: fix state alignment
>
> Bao-Long Tran (1):
> examples/ip_pipeline: fix timer period unit
>
> Beilei Xing (8):
> net/i40e: fix flow director Rx resource defect
> net/i40e: add warnings when writing global registers
> net/i40e: add debug logs when writing global registers
> net/i40e: fix multiple driver support issue
> net/i40e: fix interrupt conflict when using multi-driver
> net/i40e: fix Rx interrupt
> net/i40e: check multi-driver option parsing
> app/testpmd: fix flow director filter
>
> Chas Williams (1):
> net/bonding: fix setting slave MAC addresses
>
> David Harton (1):
> net/i40e: fix VF reset stats crash
>
> Didier Pallard (1):
> net/virtio: fix incorrect cast
>
> Dustin Lundquist (1):
> examples/exception_path: align stats on cache line
>
> Erez Ferber (1):
> net/mlx5: fix MTU update
>
> Ferruh Yigit (1):
> kni: fix build with kernel 4.15
>
> Fiona Trahe (1):
> crypto/qat: fix null auth algo overwrite
>
> Gowrishankar Muthukrishnan (2):
> eal/ppc: remove the braces in memory barrier macros
> eal/ppc: support sPAPR IOMMU for vfio-pci
>
> Harish Patil (2):
> net/qede: fix to reject config with no Rx queue
> net/qede/base: fix VF LRO tunnel configuration
>
> Hemant Agrawal (4):
> pmdinfogen: fix cross compilation for ARM big endian
> lpm: fix ARM big endian build
> net/i40e: fix ARM big endian build
> net/ixgbe: fix ARM big endian build
>
> Hyong Youb Kim (1):
> net/enic: fix crash due to static max number of queues
>
> Igor Ryzhov (1):
> net/i40e: fix flag for MAC address write
>
> Ilya V. Matveychikov (2):
> eal: update assertion macro
> mbuf: cleanup function to get last segment
>
> Jerin Jacob (3):
> net/thunderx: fix multi segment Tx function return
> test/crypto: fix missing include
> ethdev: fix data alignment
>
> Jerry Lilijun (1):
> net/bonding: fix activated slave in 8023ad mode
>
> Jianfeng Tan (3):
> vhost: fix crash
> net/vhost: fix log messages on create/destroy
> net/virtio-user: fix start with kernel vhost
>
> Junjie Chen (3):
> vhost: fix dequeue zero copy with virtio1
> examples/vhost: fix sending ARP packet to self
> vhost: fix mbuf free
>
> Kefu Chai (1):
> contigmem: fix build on FreeBSD 12
>
> Konstantin Ananyev (1):
> eal/x86: use lock-prefixed instructions for SMP barrier
>
> Liang-Min Larry Wang (1):
> net/ixgbe: improve link state check on VF
>
> Marko Kovacevic (2):
> mk: support renamed Makefile in external project
> mk: fix external build
>
> Markus Theil (2):
> igb_uio: fix IRQ disable on recent kernels
> igb_uio: fix MSI-X IRQ assignment with new IRQ function
>
> Matan Azrad (2):
> app/testpmd: fix port index in RSS forward config
> app/testpmd: fix port topology in RSS forward config
>
> Matej Vido (1):
> net/szedata2: fix check of mmap return value
>
> Maxime Coquelin (1):
> net/virtio: fix resuming port with Rx vector path
>
> Michael McConville (1):
> mem: fix mmap error check on huge page attach
>
> Nicolas Dichtel (1):
> igb_uio: switch to new irq function for MSI-X
>
> Nikhil Agarwal (2):
> examples/l3fwd-power: fix Rx without interrupt
> examples/l3fwd-power: fix frequency detection
>
> Olivier Matz (11):
> ethdev: fix missing imissed counter in xstats
> net/i40e: fix VSI MAC filter on primary address change
> vhost: fix error code check when creating thread
> pdump: fix error check when creating/canceling thread
> mbuf: fix NULL freeing when debug enabled
> net/virtio: fix queue flushing with vector Rx enabled
> net/virtio: fix memory leak when reinitializing device
> net/virtio: fix typo in function name
> net/bnxt: fix Rx checksum flags
> net/bnxt: fix headroom initialization
> net/virtio: fix mbuf data offset for simple Rx
>
> Pablo de Lara (3):
> ethdev: fix typo in functions comment
> test/pmd_perf: declare variables as static
> doc: fix outdated link to IPsec white paper
>
> Phil Yang (2):
> test/memzone: fix NULL freeing
> test/memzone: fix freeing test
>
> Qi Zhang (6):
> net/i40e: fix VLAN offload setting
> net/i40e/base: fix NVM lock
> net/i40e/base: fix link LED blink
> net/i40e/base: fix compile issue for GCC 6.3
> net/ixgbe: fix mailbox interrupt handler
> net/e1000: fix mailbox interrupt handler
>
> Qiming Yang (1):
> net/ixgbe/base: add media type of fixed fiber
>
> Radu Nicolau (2):
> examples/bond: check mbuf allocation
> net/bonding: check error of MAC address setting
>
> Rafal Kozik (1):
> net/ena: do not set Tx L4 offloads in Rx path
>
> Rasesh Mody (3):
> net/qede: fix few log messages
> net/qede: fix MTU set and max Rx pkt len usage
> net/qede: fix clearing of queue stats
>
> Samuel Gauthier (1):
> net/virtio: fix Rx and Tx handler selection for ARM32
>
> Shahaf Shuler (1):
> net/mlx5: fix missing RSS capability
>
> Thomas Monjalon (1):
> ethdev: fix link autonegotiation value
>
> Tiwei Bie (1):
> net/virtio: fix vector Rx flushing
>
> Vipin Varghese (1):
> net/pcap: fix the NUMA id display in logs
>
> Wei Zhao (1):
> net/ixgbe: fix reset error handling
>
> Wenzhuo Lu (3):
> net/i40e: fix VF Rx interrupt enabling
> net/ixgbe: fix VF Rx interrupt enabling
> net/e1000: fix VF Rx interrupt enabling
>
> Xiao Wang (1):
> net/fm10k: fix logical port delete
>
> Yangchao Zhou (1):
> net/igb: fix Tx queue number assignment
>
> Yanglong Wu (2):
> net/ixgbe: fix the failure of number of Tx queue check
> net/ixgbe: fix max queue number for VF
>
> Yong Wang (1):
> crypto/qat: fix allocation check and leak
>
> Yongseok Koh (2):
> app/testpmd: fix crash of txonly with multiple segments
> net/mlx5: fix deadlock of link status alarm
>
> Zhiyong Yang (2):
> bus/pci: fix interrupt handler type
> examples/vhost: fix startup check
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.5 (LTS) patches review and test
2018-02-28 17:12 ` Kevin Traynor
@ 2018-02-28 20:05 ` Luca Boccassi
0 siblings, 0 replies; 10+ messages in thread
From: Luca Boccassi @ 2018-02-28 20:05 UTC (permalink / raw)
To: Kevin Traynor, dpdk stable; +Cc: dev
On Wed, 2018-02-28 at 17:12 +0000, Kevin Traynor wrote:
> On 02/26/2018 11:34 AM, Luca Boccassi wrote:
> > Hi all,
> >
> > Here is a list of patches targeted for LTS release 16.11.5. Please
> > help review and test. The planned date for the final release is
> > March
> > the 5th, pending results from regression tests.
> > Before that, please shout if anyone has objections with these
> > patches being applied.
> >
> > These patches are located at branch 16.11 of dpdk-stable repo:
> > http://dpdk.org/browse/dpdk-stable/
> >
>
> Hi Luca, I did some basic PVP testing with OVS 2.6, using head of
> 16.11
> stable in host and guest. All working ok in my tests.
>
> thanks,
> Kevin.
Great, thank you for testing it!
--
Kind regards,
Luca Boccassi
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.5 (LTS) patches review and test
2018-02-26 11:34 [dpdk-dev] 16.11.5 (LTS) patches review and test Luca Boccassi
2018-02-28 17:12 ` Kevin Traynor
@ 2018-03-02 8:40 ` gowrishankar muthukrishnan
2018-03-02 9:54 ` Luca Boccassi
2018-03-05 6:01 ` gowrishankar muthukrishnan
2018-03-05 9:56 ` Luca Boccassi
3 siblings, 1 reply; 10+ messages in thread
From: gowrishankar muthukrishnan @ 2018-03-02 8:40 UTC (permalink / raw)
To: Luca Boccassi, dpdk stable; +Cc: dev
Anywhere do we track its kernel and GCC compatibility esp for KNI,
vfio/uio ?. If not, it would be good to document for supported kernel
versions I think.
I see below compilation error for a kernel *3.10.0-693.1.1.el7.ppc64le
(RHEL 7.4)*:
..
ppc_64-power8-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_main.c:
In function ‘igb_ndo_bridge_getlink’:
ppc_64-power8-linuxapp-gcc/build/lib/librte_eal/linuxapp/kni/igb_main.c
error: too few arguments to function ‘ndo_dflt_bridge_getlink’
return ndo_dflt_bridge_getlink(skb, pid, seq, dev, mode, 0, 0, nlflags);
...
And, below compilation error with *GCC 7.2.0*:
lib/librte_eal/linuxapp/eal/eal_vfio.c:147:7: error: this statement may
fall through [-Werror=implicit-fallthrough=]
if (vfio_group_fd > 0) {
^
lib/librte_eal/linuxapp/eal/eal_vfio.c:152:3: note: here
default:
^~~~~~~
lib/librte_eal/common/eal_common_tailqs.c:114:48: error:
‘__builtin_snprintf’ output may be truncated before the last format
character [-Werror=format-truncation=]
snprintf(head->name, sizeof(head->name) - 1, "%s", name);
^~~~
In file included from /usr/include/stdio.h:862:0,
from lib/librte_eal/common/eal_common_tailqs.c:37:
/usr/include/powerpc64le-linux-gnu/bits/stdio2.h:64:10: note:
‘__builtin_snprintf’ output between 1 and 32 bytes into a destination of
size 31
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks,
Gowrishankar
On Monday 26 February 2018 05:04 PM, Luca Boccassi wrote:
> Hi all,
>
> Here is a list of patches targeted for LTS release 16.11.5. Please
> help review and test. The planned date for the final release is March
> the 5th, pending results from regression tests.
> Before that, please shout if anyone has objections with these
> patches being applied.
>
> These patches are located at branch 16.11 of dpdk-stable repo:
> http://dpdk.org/browse/dpdk-stable/
>
> Thanks.
>
> Luca Boccassi
>
> ---
> Ajit Khaparde (6):
> net/bnxt: support new PCI IDs
> net/bnxt: parse checksum offload flags
> net/bnxt: fix group info usage
> net/bnxt: fix broadcast cofiguration
> net/bnxt: fix size of Tx ring in HW
> net/bnxt: fix link speed setting with autoneg off
>
> Akhil Goyal (1):
> examples/ipsec-secgw: fix corner case for SPI value
>
> Alejandro Lucero (3):
> net/nfp: fix MTU settings
> net/nfp: fix jumbo settings
> net/nfp: fix CRC strip check behaviour
>
> Anatoly Burakov (14):
> memzone: fix leak on allocation error
> malloc: protect stats with lock
> malloc: fix end for bounded elements
> vfio: fix enabled check on error
> app/procinfo: add compilation option in config
> test: register test as failed if setup failed
> test/table: fix uninitialized parameter
> test/memzone: fix wrong test
> test/memzone: handle previously allocated memzones
> usertools/devbind: remove unused function
> test/reorder: fix memory leak
> test/ring_perf: fix memory leak
> test/table: fix memory leak
> test/timer_perf: fix memory leak
>
> Andriy Berestovskyy (1):
> keepalive: fix state alignment
>
> Bao-Long Tran (1):
> examples/ip_pipeline: fix timer period unit
>
> Beilei Xing (8):
> net/i40e: fix flow director Rx resource defect
> net/i40e: add warnings when writing global registers
> net/i40e: add debug logs when writing global registers
> net/i40e: fix multiple driver support issue
> net/i40e: fix interrupt conflict when using multi-driver
> net/i40e: fix Rx interrupt
> net/i40e: check multi-driver option parsing
> app/testpmd: fix flow director filter
>
> Chas Williams (1):
> net/bonding: fix setting slave MAC addresses
>
> David Harton (1):
> net/i40e: fix VF reset stats crash
>
> Didier Pallard (1):
> net/virtio: fix incorrect cast
>
> Dustin Lundquist (1):
> examples/exception_path: align stats on cache line
>
> Erez Ferber (1):
> net/mlx5: fix MTU update
>
> Ferruh Yigit (1):
> kni: fix build with kernel 4.15
>
> Fiona Trahe (1):
> crypto/qat: fix null auth algo overwrite
>
> Gowrishankar Muthukrishnan (2):
> eal/ppc: remove the braces in memory barrier macros
> eal/ppc: support sPAPR IOMMU for vfio-pci
>
> Harish Patil (2):
> net/qede: fix to reject config with no Rx queue
> net/qede/base: fix VF LRO tunnel configuration
>
> Hemant Agrawal (4):
> pmdinfogen: fix cross compilation for ARM big endian
> lpm: fix ARM big endian build
> net/i40e: fix ARM big endian build
> net/ixgbe: fix ARM big endian build
>
> Hyong Youb Kim (1):
> net/enic: fix crash due to static max number of queues
>
> Igor Ryzhov (1):
> net/i40e: fix flag for MAC address write
>
> Ilya V. Matveychikov (2):
> eal: update assertion macro
> mbuf: cleanup function to get last segment
>
> Jerin Jacob (3):
> net/thunderx: fix multi segment Tx function return
> test/crypto: fix missing include
> ethdev: fix data alignment
>
> Jerry Lilijun (1):
> net/bonding: fix activated slave in 8023ad mode
>
> Jianfeng Tan (3):
> vhost: fix crash
> net/vhost: fix log messages on create/destroy
> net/virtio-user: fix start with kernel vhost
>
> Junjie Chen (3):
> vhost: fix dequeue zero copy with virtio1
> examples/vhost: fix sending ARP packet to self
> vhost: fix mbuf free
>
> Kefu Chai (1):
> contigmem: fix build on FreeBSD 12
>
> Konstantin Ananyev (1):
> eal/x86: use lock-prefixed instructions for SMP barrier
>
> Liang-Min Larry Wang (1):
> net/ixgbe: improve link state check on VF
>
> Marko Kovacevic (2):
> mk: support renamed Makefile in external project
> mk: fix external build
>
> Markus Theil (2):
> igb_uio: fix IRQ disable on recent kernels
> igb_uio: fix MSI-X IRQ assignment with new IRQ function
>
> Matan Azrad (2):
> app/testpmd: fix port index in RSS forward config
> app/testpmd: fix port topology in RSS forward config
>
> Matej Vido (1):
> net/szedata2: fix check of mmap return value
>
> Maxime Coquelin (1):
> net/virtio: fix resuming port with Rx vector path
>
> Michael McConville (1):
> mem: fix mmap error check on huge page attach
>
> Nicolas Dichtel (1):
> igb_uio: switch to new irq function for MSI-X
>
> Nikhil Agarwal (2):
> examples/l3fwd-power: fix Rx without interrupt
> examples/l3fwd-power: fix frequency detection
>
> Olivier Matz (11):
> ethdev: fix missing imissed counter in xstats
> net/i40e: fix VSI MAC filter on primary address change
> vhost: fix error code check when creating thread
> pdump: fix error check when creating/canceling thread
> mbuf: fix NULL freeing when debug enabled
> net/virtio: fix queue flushing with vector Rx enabled
> net/virtio: fix memory leak when reinitializing device
> net/virtio: fix typo in function name
> net/bnxt: fix Rx checksum flags
> net/bnxt: fix headroom initialization
> net/virtio: fix mbuf data offset for simple Rx
>
> Pablo de Lara (3):
> ethdev: fix typo in functions comment
> test/pmd_perf: declare variables as static
> doc: fix outdated link to IPsec white paper
>
> Phil Yang (2):
> test/memzone: fix NULL freeing
> test/memzone: fix freeing test
>
> Qi Zhang (6):
> net/i40e: fix VLAN offload setting
> net/i40e/base: fix NVM lock
> net/i40e/base: fix link LED blink
> net/i40e/base: fix compile issue for GCC 6.3
> net/ixgbe: fix mailbox interrupt handler
> net/e1000: fix mailbox interrupt handler
>
> Qiming Yang (1):
> net/ixgbe/base: add media type of fixed fiber
>
> Radu Nicolau (2):
> examples/bond: check mbuf allocation
> net/bonding: check error of MAC address setting
>
> Rafal Kozik (1):
> net/ena: do not set Tx L4 offloads in Rx path
>
> Rasesh Mody (3):
> net/qede: fix few log messages
> net/qede: fix MTU set and max Rx pkt len usage
> net/qede: fix clearing of queue stats
>
> Samuel Gauthier (1):
> net/virtio: fix Rx and Tx handler selection for ARM32
>
> Shahaf Shuler (1):
> net/mlx5: fix missing RSS capability
>
> Thomas Monjalon (1):
> ethdev: fix link autonegotiation value
>
> Tiwei Bie (1):
> net/virtio: fix vector Rx flushing
>
> Vipin Varghese (1):
> net/pcap: fix the NUMA id display in logs
>
> Wei Zhao (1):
> net/ixgbe: fix reset error handling
>
> Wenzhuo Lu (3):
> net/i40e: fix VF Rx interrupt enabling
> net/ixgbe: fix VF Rx interrupt enabling
> net/e1000: fix VF Rx interrupt enabling
>
> Xiao Wang (1):
> net/fm10k: fix logical port delete
>
> Yangchao Zhou (1):
> net/igb: fix Tx queue number assignment
>
> Yanglong Wu (2):
> net/ixgbe: fix the failure of number of Tx queue check
> net/ixgbe: fix max queue number for VF
>
> Yong Wang (1):
> crypto/qat: fix allocation check and leak
>
> Yongseok Koh (2):
> app/testpmd: fix crash of txonly with multiple segments
> net/mlx5: fix deadlock of link status alarm
>
> Zhiyong Yang (2):
> bus/pci: fix interrupt handler type
> examples/vhost: fix startup check
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.5 (LTS) patches review and test
2018-03-02 8:40 ` gowrishankar muthukrishnan
@ 2018-03-02 9:54 ` Luca Boccassi
0 siblings, 0 replies; 10+ messages in thread
From: Luca Boccassi @ 2018-03-02 9:54 UTC (permalink / raw)
To: gowrishankar muthukrishnan, dpdk stable; +Cc: dev
On Fri, 2018-03-02 at 14:10 +0530, gowrishankar muthukrishnan wrote:
> Anywhere do we track its kernel and GCC compatibility esp for KNI,
> vfio/uio ?. If not, it would be good to document for supported
> kernel
> versions I think.
I'm not sure if it's explicitly tracked - are you seeing these problems
in mainline as well? Or just on the 16.11 branch? If only on the
latter, and if you have patches to fix them, could you please send them
to stable@dpdk.org ? Thanks!
> I see below compilation error for a kernel *3.10.0-
> 693.1.1.el7.ppc64le
> (RHEL 7.4)*:
> ..
> ppc_64-power8-linuxapp-
> gcc/build/lib/librte_eal/linuxapp/kni/igb_main.c:
> In function ‘igb_ndo_bridge_getlink’:
> ppc_64-power8-linuxapp-
> gcc/build/lib/librte_eal/linuxapp/kni/igb_main.c
> error: too few arguments to function ‘ndo_dflt_bridge_getlink’
> return ndo_dflt_bridge_getlink(skb, pid, seq, dev, mode, 0, 0,
> nlflags);
> ...
>
> And, below compilation error with *GCC 7.2.0*:
>
> lib/librte_eal/linuxapp/eal/eal_vfio.c:147:7: error: this statement
> may
> fall through [-Werror=implicit-fallthrough=]
> if (vfio_group_fd > 0) {
> ^
> lib/librte_eal/linuxapp/eal/eal_vfio.c:152:3: note: here
> default:
> ^~~~~~~
> lib/librte_eal/common/eal_common_tailqs.c:114:48: error:
> ‘__builtin_snprintf’ output may be truncated before the last format
> character [-Werror=format-truncation=]
> snprintf(head->name, sizeof(head->name) - 1, "%s", name);
> ^~~~
> In file included from /usr/include/stdio.h:862:0,
> from lib/librte_eal/common/eal_common_tailqs.c:37:
> /usr/include/powerpc64le-linux-gnu/bits/stdio2.h:64:10: note:
> ‘__builtin_snprintf’ output between 1 and 32 bytes into a destination
> of
> size 31
> return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL -
> 1,
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> __bos (__s), __fmt, __va_arg_pack ());
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
> Thanks,
> Gowrishankar
>
> On Monday 26 February 2018 05:04 PM, Luca Boccassi wrote:
> > Hi all,
> >
> > Here is a list of patches targeted for LTS release 16.11.5. Please
> > help review and test. The planned date for the final release is
> > March
> > the 5th, pending results from regression tests.
> > Before that, please shout if anyone has objections with these
> > patches being applied.
> >
> > These patches are located at branch 16.11 of dpdk-stable repo:
> > http://dpdk.org/browse/dpdk-stable/
> >
> > Thanks.
> >
> > Luca Boccassi
> >
> > ---
> > Ajit Khaparde (6):
> > net/bnxt: support new PCI IDs
> > net/bnxt: parse checksum offload flags
> > net/bnxt: fix group info usage
> > net/bnxt: fix broadcast cofiguration
> > net/bnxt: fix size of Tx ring in HW
> > net/bnxt: fix link speed setting with autoneg off
> >
> > Akhil Goyal (1):
> > examples/ipsec-secgw: fix corner case for SPI value
> >
> > Alejandro Lucero (3):
> > net/nfp: fix MTU settings
> > net/nfp: fix jumbo settings
> > net/nfp: fix CRC strip check behaviour
> >
> > Anatoly Burakov (14):
> > memzone: fix leak on allocation error
> > malloc: protect stats with lock
> > malloc: fix end for bounded elements
> > vfio: fix enabled check on error
> > app/procinfo: add compilation option in config
> > test: register test as failed if setup failed
> > test/table: fix uninitialized parameter
> > test/memzone: fix wrong test
> > test/memzone: handle previously allocated memzones
> > usertools/devbind: remove unused function
> > test/reorder: fix memory leak
> > test/ring_perf: fix memory leak
> > test/table: fix memory leak
> > test/timer_perf: fix memory leak
> >
> > Andriy Berestovskyy (1):
> > keepalive: fix state alignment
> >
> > Bao-Long Tran (1):
> > examples/ip_pipeline: fix timer period unit
> >
> > Beilei Xing (8):
> > net/i40e: fix flow director Rx resource defect
> > net/i40e: add warnings when writing global registers
> > net/i40e: add debug logs when writing global registers
> > net/i40e: fix multiple driver support issue
> > net/i40e: fix interrupt conflict when using multi-driver
> > net/i40e: fix Rx interrupt
> > net/i40e: check multi-driver option parsing
> > app/testpmd: fix flow director filter
> >
> > Chas Williams (1):
> > net/bonding: fix setting slave MAC addresses
> >
> > David Harton (1):
> > net/i40e: fix VF reset stats crash
> >
> > Didier Pallard (1):
> > net/virtio: fix incorrect cast
> >
> > Dustin Lundquist (1):
> > examples/exception_path: align stats on cache line
> >
> > Erez Ferber (1):
> > net/mlx5: fix MTU update
> >
> > Ferruh Yigit (1):
> > kni: fix build with kernel 4.15
> >
> > Fiona Trahe (1):
> > crypto/qat: fix null auth algo overwrite
> >
> > Gowrishankar Muthukrishnan (2):
> > eal/ppc: remove the braces in memory barrier macros
> > eal/ppc: support sPAPR IOMMU for vfio-pci
> >
> > Harish Patil (2):
> > net/qede: fix to reject config with no Rx queue
> > net/qede/base: fix VF LRO tunnel configuration
> >
> > Hemant Agrawal (4):
> > pmdinfogen: fix cross compilation for ARM big endian
> > lpm: fix ARM big endian build
> > net/i40e: fix ARM big endian build
> > net/ixgbe: fix ARM big endian build
> >
> > Hyong Youb Kim (1):
> > net/enic: fix crash due to static max number of queues
> >
> > Igor Ryzhov (1):
> > net/i40e: fix flag for MAC address write
> >
> > Ilya V. Matveychikov (2):
> > eal: update assertion macro
> > mbuf: cleanup function to get last segment
> >
> > Jerin Jacob (3):
> > net/thunderx: fix multi segment Tx function return
> > test/crypto: fix missing include
> > ethdev: fix data alignment
> >
> > Jerry Lilijun (1):
> > net/bonding: fix activated slave in 8023ad mode
> >
> > Jianfeng Tan (3):
> > vhost: fix crash
> > net/vhost: fix log messages on create/destroy
> > net/virtio-user: fix start with kernel vhost
> >
> > Junjie Chen (3):
> > vhost: fix dequeue zero copy with virtio1
> > examples/vhost: fix sending ARP packet to self
> > vhost: fix mbuf free
> >
> > Kefu Chai (1):
> > contigmem: fix build on FreeBSD 12
> >
> > Konstantin Ananyev (1):
> > eal/x86: use lock-prefixed instructions for SMP barrier
> >
> > Liang-Min Larry Wang (1):
> > net/ixgbe: improve link state check on VF
> >
> > Marko Kovacevic (2):
> > mk: support renamed Makefile in external project
> > mk: fix external build
> >
> > Markus Theil (2):
> > igb_uio: fix IRQ disable on recent kernels
> > igb_uio: fix MSI-X IRQ assignment with new IRQ function
> >
> > Matan Azrad (2):
> > app/testpmd: fix port index in RSS forward config
> > app/testpmd: fix port topology in RSS forward config
> >
> > Matej Vido (1):
> > net/szedata2: fix check of mmap return value
> >
> > Maxime Coquelin (1):
> > net/virtio: fix resuming port with Rx vector path
> >
> > Michael McConville (1):
> > mem: fix mmap error check on huge page attach
> >
> > Nicolas Dichtel (1):
> > igb_uio: switch to new irq function for MSI-X
> >
> > Nikhil Agarwal (2):
> > examples/l3fwd-power: fix Rx without interrupt
> > examples/l3fwd-power: fix frequency detection
> >
> > Olivier Matz (11):
> > ethdev: fix missing imissed counter in xstats
> > net/i40e: fix VSI MAC filter on primary address change
> > vhost: fix error code check when creating thread
> > pdump: fix error check when creating/canceling thread
> > mbuf: fix NULL freeing when debug enabled
> > net/virtio: fix queue flushing with vector Rx enabled
> > net/virtio: fix memory leak when reinitializing device
> > net/virtio: fix typo in function name
> > net/bnxt: fix Rx checksum flags
> > net/bnxt: fix headroom initialization
> > net/virtio: fix mbuf data offset for simple Rx
> >
> > Pablo de Lara (3):
> > ethdev: fix typo in functions comment
> > test/pmd_perf: declare variables as static
> > doc: fix outdated link to IPsec white paper
> >
> > Phil Yang (2):
> > test/memzone: fix NULL freeing
> > test/memzone: fix freeing test
> >
> > Qi Zhang (6):
> > net/i40e: fix VLAN offload setting
> > net/i40e/base: fix NVM lock
> > net/i40e/base: fix link LED blink
> > net/i40e/base: fix compile issue for GCC 6.3
> > net/ixgbe: fix mailbox interrupt handler
> > net/e1000: fix mailbox interrupt handler
> >
> > Qiming Yang (1):
> > net/ixgbe/base: add media type of fixed fiber
> >
> > Radu Nicolau (2):
> > examples/bond: check mbuf allocation
> > net/bonding: check error of MAC address setting
> >
> > Rafal Kozik (1):
> > net/ena: do not set Tx L4 offloads in Rx path
> >
> > Rasesh Mody (3):
> > net/qede: fix few log messages
> > net/qede: fix MTU set and max Rx pkt len usage
> > net/qede: fix clearing of queue stats
> >
> > Samuel Gauthier (1):
> > net/virtio: fix Rx and Tx handler selection for ARM32
> >
> > Shahaf Shuler (1):
> > net/mlx5: fix missing RSS capability
> >
> > Thomas Monjalon (1):
> > ethdev: fix link autonegotiation value
> >
> > Tiwei Bie (1):
> > net/virtio: fix vector Rx flushing
> >
> > Vipin Varghese (1):
> > net/pcap: fix the NUMA id display in logs
> >
> > Wei Zhao (1):
> > net/ixgbe: fix reset error handling
> >
> > Wenzhuo Lu (3):
> > net/i40e: fix VF Rx interrupt enabling
> > net/ixgbe: fix VF Rx interrupt enabling
> > net/e1000: fix VF Rx interrupt enabling
> >
> > Xiao Wang (1):
> > net/fm10k: fix logical port delete
> >
> > Yangchao Zhou (1):
> > net/igb: fix Tx queue number assignment
> >
> > Yanglong Wu (2):
> > net/ixgbe: fix the failure of number of Tx queue check
> > net/ixgbe: fix max queue number for VF
> >
> > Yong Wang (1):
> > crypto/qat: fix allocation check and leak
> >
> > Yongseok Koh (2):
> > app/testpmd: fix crash of txonly with multiple segments
> > net/mlx5: fix deadlock of link status alarm
> >
> > Zhiyong Yang (2):
> > bus/pci: fix interrupt handler type
> > examples/vhost: fix startup check
> >
> >
>
>
--
Kind regards,
Luca Boccassi
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.5 (LTS) patches review and test
2018-02-26 11:34 [dpdk-dev] 16.11.5 (LTS) patches review and test Luca Boccassi
2018-02-28 17:12 ` Kevin Traynor
2018-03-02 8:40 ` gowrishankar muthukrishnan
@ 2018-03-05 6:01 ` gowrishankar muthukrishnan
2018-03-05 10:12 ` Luca Boccassi
2018-03-05 9:56 ` Luca Boccassi
3 siblings, 1 reply; 10+ messages in thread
From: gowrishankar muthukrishnan @ 2018-03-05 6:01 UTC (permalink / raw)
To: Luca Boccassi, dpdk stable; +Cc: dev
Hi Luca,
In powerpc to support i40e, we wish below patch be merged:
c3def6a8724 net/i40e: implement vector PMD for altivec
I have verified br-16.11 with the above commit (in cherry-pick, I needed
to remove release
notes which was meant for 17.05 release which hope is fine here).
Could you please merge the above.
Thanks,
Gowrishankar
On Monday 26 February 2018 05:04 PM, Luca Boccassi wrote:
> Hi all,
>
> Here is a list of patches targeted for LTS release 16.11.5. Please
> help review and test. The planned date for the final release is March
> the 5th, pending results from regression tests.
> Before that, please shout if anyone has objections with these
> patches being applied.
>
> These patches are located at branch 16.11 of dpdk-stable repo:
> http://dpdk.org/browse/dpdk-stable/
>
> Thanks.
>
> Luca Boccassi
>
> ---
> Ajit Khaparde (6):
> net/bnxt: support new PCI IDs
> net/bnxt: parse checksum offload flags
> net/bnxt: fix group info usage
> net/bnxt: fix broadcast cofiguration
> net/bnxt: fix size of Tx ring in HW
> net/bnxt: fix link speed setting with autoneg off
>
> Akhil Goyal (1):
> examples/ipsec-secgw: fix corner case for SPI value
>
> Alejandro Lucero (3):
> net/nfp: fix MTU settings
> net/nfp: fix jumbo settings
> net/nfp: fix CRC strip check behaviour
>
> Anatoly Burakov (14):
> memzone: fix leak on allocation error
> malloc: protect stats with lock
> malloc: fix end for bounded elements
> vfio: fix enabled check on error
> app/procinfo: add compilation option in config
> test: register test as failed if setup failed
> test/table: fix uninitialized parameter
> test/memzone: fix wrong test
> test/memzone: handle previously allocated memzones
> usertools/devbind: remove unused function
> test/reorder: fix memory leak
> test/ring_perf: fix memory leak
> test/table: fix memory leak
> test/timer_perf: fix memory leak
>
> Andriy Berestovskyy (1):
> keepalive: fix state alignment
>
> Bao-Long Tran (1):
> examples/ip_pipeline: fix timer period unit
>
> Beilei Xing (8):
> net/i40e: fix flow director Rx resource defect
> net/i40e: add warnings when writing global registers
> net/i40e: add debug logs when writing global registers
> net/i40e: fix multiple driver support issue
> net/i40e: fix interrupt conflict when using multi-driver
> net/i40e: fix Rx interrupt
> net/i40e: check multi-driver option parsing
> app/testpmd: fix flow director filter
>
> Chas Williams (1):
> net/bonding: fix setting slave MAC addresses
>
> David Harton (1):
> net/i40e: fix VF reset stats crash
>
> Didier Pallard (1):
> net/virtio: fix incorrect cast
>
> Dustin Lundquist (1):
> examples/exception_path: align stats on cache line
>
> Erez Ferber (1):
> net/mlx5: fix MTU update
>
> Ferruh Yigit (1):
> kni: fix build with kernel 4.15
>
> Fiona Trahe (1):
> crypto/qat: fix null auth algo overwrite
>
> Gowrishankar Muthukrishnan (2):
> eal/ppc: remove the braces in memory barrier macros
> eal/ppc: support sPAPR IOMMU for vfio-pci
>
> Harish Patil (2):
> net/qede: fix to reject config with no Rx queue
> net/qede/base: fix VF LRO tunnel configuration
>
> Hemant Agrawal (4):
> pmdinfogen: fix cross compilation for ARM big endian
> lpm: fix ARM big endian build
> net/i40e: fix ARM big endian build
> net/ixgbe: fix ARM big endian build
>
> Hyong Youb Kim (1):
> net/enic: fix crash due to static max number of queues
>
> Igor Ryzhov (1):
> net/i40e: fix flag for MAC address write
>
> Ilya V. Matveychikov (2):
> eal: update assertion macro
> mbuf: cleanup function to get last segment
>
> Jerin Jacob (3):
> net/thunderx: fix multi segment Tx function return
> test/crypto: fix missing include
> ethdev: fix data alignment
>
> Jerry Lilijun (1):
> net/bonding: fix activated slave in 8023ad mode
>
> Jianfeng Tan (3):
> vhost: fix crash
> net/vhost: fix log messages on create/destroy
> net/virtio-user: fix start with kernel vhost
>
> Junjie Chen (3):
> vhost: fix dequeue zero copy with virtio1
> examples/vhost: fix sending ARP packet to self
> vhost: fix mbuf free
>
> Kefu Chai (1):
> contigmem: fix build on FreeBSD 12
>
> Konstantin Ananyev (1):
> eal/x86: use lock-prefixed instructions for SMP barrier
>
> Liang-Min Larry Wang (1):
> net/ixgbe: improve link state check on VF
>
> Marko Kovacevic (2):
> mk: support renamed Makefile in external project
> mk: fix external build
>
> Markus Theil (2):
> igb_uio: fix IRQ disable on recent kernels
> igb_uio: fix MSI-X IRQ assignment with new IRQ function
>
> Matan Azrad (2):
> app/testpmd: fix port index in RSS forward config
> app/testpmd: fix port topology in RSS forward config
>
> Matej Vido (1):
> net/szedata2: fix check of mmap return value
>
> Maxime Coquelin (1):
> net/virtio: fix resuming port with Rx vector path
>
> Michael McConville (1):
> mem: fix mmap error check on huge page attach
>
> Nicolas Dichtel (1):
> igb_uio: switch to new irq function for MSI-X
>
> Nikhil Agarwal (2):
> examples/l3fwd-power: fix Rx without interrupt
> examples/l3fwd-power: fix frequency detection
>
> Olivier Matz (11):
> ethdev: fix missing imissed counter in xstats
> net/i40e: fix VSI MAC filter on primary address change
> vhost: fix error code check when creating thread
> pdump: fix error check when creating/canceling thread
> mbuf: fix NULL freeing when debug enabled
> net/virtio: fix queue flushing with vector Rx enabled
> net/virtio: fix memory leak when reinitializing device
> net/virtio: fix typo in function name
> net/bnxt: fix Rx checksum flags
> net/bnxt: fix headroom initialization
> net/virtio: fix mbuf data offset for simple Rx
>
> Pablo de Lara (3):
> ethdev: fix typo in functions comment
> test/pmd_perf: declare variables as static
> doc: fix outdated link to IPsec white paper
>
> Phil Yang (2):
> test/memzone: fix NULL freeing
> test/memzone: fix freeing test
>
> Qi Zhang (6):
> net/i40e: fix VLAN offload setting
> net/i40e/base: fix NVM lock
> net/i40e/base: fix link LED blink
> net/i40e/base: fix compile issue for GCC 6.3
> net/ixgbe: fix mailbox interrupt handler
> net/e1000: fix mailbox interrupt handler
>
> Qiming Yang (1):
> net/ixgbe/base: add media type of fixed fiber
>
> Radu Nicolau (2):
> examples/bond: check mbuf allocation
> net/bonding: check error of MAC address setting
>
> Rafal Kozik (1):
> net/ena: do not set Tx L4 offloads in Rx path
>
> Rasesh Mody (3):
> net/qede: fix few log messages
> net/qede: fix MTU set and max Rx pkt len usage
> net/qede: fix clearing of queue stats
>
> Samuel Gauthier (1):
> net/virtio: fix Rx and Tx handler selection for ARM32
>
> Shahaf Shuler (1):
> net/mlx5: fix missing RSS capability
>
> Thomas Monjalon (1):
> ethdev: fix link autonegotiation value
>
> Tiwei Bie (1):
> net/virtio: fix vector Rx flushing
>
> Vipin Varghese (1):
> net/pcap: fix the NUMA id display in logs
>
> Wei Zhao (1):
> net/ixgbe: fix reset error handling
>
> Wenzhuo Lu (3):
> net/i40e: fix VF Rx interrupt enabling
> net/ixgbe: fix VF Rx interrupt enabling
> net/e1000: fix VF Rx interrupt enabling
>
> Xiao Wang (1):
> net/fm10k: fix logical port delete
>
> Yangchao Zhou (1):
> net/igb: fix Tx queue number assignment
>
> Yanglong Wu (2):
> net/ixgbe: fix the failure of number of Tx queue check
> net/ixgbe: fix max queue number for VF
>
> Yong Wang (1):
> crypto/qat: fix allocation check and leak
>
> Yongseok Koh (2):
> app/testpmd: fix crash of txonly with multiple segments
> net/mlx5: fix deadlock of link status alarm
>
> Zhiyong Yang (2):
> bus/pci: fix interrupt handler type
> examples/vhost: fix startup check
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.5 (LTS) patches review and test
2018-03-05 6:01 ` gowrishankar muthukrishnan
@ 2018-03-05 10:12 ` Luca Boccassi
2018-03-06 5:37 ` gowrishankar muthukrishnan
0 siblings, 1 reply; 10+ messages in thread
From: Luca Boccassi @ 2018-03-05 10:12 UTC (permalink / raw)
To: gowrishankar muthukrishnan, dpdk stable; +Cc: dev
On Mon, 2018-03-05 at 11:31 +0530, gowrishankar muthukrishnan wrote:
> Hi Luca,
> In powerpc to support i40e, we wish below patch be merged:
>
> c3def6a8724 net/i40e: implement vector PMD for altivec
>
> I have verified br-16.11 with the above commit (in cherry-pick, I
> needed
> to remove release
> notes which was meant for 17.05 release which hope is fine here).
> Could you please merge the above.
>
> Thanks,
> Gowrishankar
Hi,
This introduced a new PMD for that architecture, right?
If so I can merge the patch, at the following conditions:
1) It will be disabled by default
2) Support and help in backporting will have to be provided by the
authors for the remaining lifetime of 16.11
Is this OK for you?
> On Monday 26 February 2018 05:04 PM, Luca Boccassi wrote:
> > Hi all,
> >
> > Here is a list of patches targeted for LTS release 16.11.5. Please
> > help review and test. The planned date for the final release is
> > March
> > the 5th, pending results from regression tests.
> > Before that, please shout if anyone has objections with these
> > patches being applied.
> >
> > These patches are located at branch 16.11 of dpdk-stable repo:
> > http://dpdk.org/browse/dpdk-stable/
> >
> > Thanks.
> >
> > Luca Boccassi
> >
> > ---
> > Ajit Khaparde (6):
> > net/bnxt: support new PCI IDs
> > net/bnxt: parse checksum offload flags
> > net/bnxt: fix group info usage
> > net/bnxt: fix broadcast cofiguration
> > net/bnxt: fix size of Tx ring in HW
> > net/bnxt: fix link speed setting with autoneg off
> >
> > Akhil Goyal (1):
> > examples/ipsec-secgw: fix corner case for SPI value
> >
> > Alejandro Lucero (3):
> > net/nfp: fix MTU settings
> > net/nfp: fix jumbo settings
> > net/nfp: fix CRC strip check behaviour
> >
> > Anatoly Burakov (14):
> > memzone: fix leak on allocation error
> > malloc: protect stats with lock
> > malloc: fix end for bounded elements
> > vfio: fix enabled check on error
> > app/procinfo: add compilation option in config
> > test: register test as failed if setup failed
> > test/table: fix uninitialized parameter
> > test/memzone: fix wrong test
> > test/memzone: handle previously allocated memzones
> > usertools/devbind: remove unused function
> > test/reorder: fix memory leak
> > test/ring_perf: fix memory leak
> > test/table: fix memory leak
> > test/timer_perf: fix memory leak
> >
> > Andriy Berestovskyy (1):
> > keepalive: fix state alignment
> >
> > Bao-Long Tran (1):
> > examples/ip_pipeline: fix timer period unit
> >
> > Beilei Xing (8):
> > net/i40e: fix flow director Rx resource defect
> > net/i40e: add warnings when writing global registers
> > net/i40e: add debug logs when writing global registers
> > net/i40e: fix multiple driver support issue
> > net/i40e: fix interrupt conflict when using multi-driver
> > net/i40e: fix Rx interrupt
> > net/i40e: check multi-driver option parsing
> > app/testpmd: fix flow director filter
> >
> > Chas Williams (1):
> > net/bonding: fix setting slave MAC addresses
> >
> > David Harton (1):
> > net/i40e: fix VF reset stats crash
> >
> > Didier Pallard (1):
> > net/virtio: fix incorrect cast
> >
> > Dustin Lundquist (1):
> > examples/exception_path: align stats on cache line
> >
> > Erez Ferber (1):
> > net/mlx5: fix MTU update
> >
> > Ferruh Yigit (1):
> > kni: fix build with kernel 4.15
> >
> > Fiona Trahe (1):
> > crypto/qat: fix null auth algo overwrite
> >
> > Gowrishankar Muthukrishnan (2):
> > eal/ppc: remove the braces in memory barrier macros
> > eal/ppc: support sPAPR IOMMU for vfio-pci
> >
> > Harish Patil (2):
> > net/qede: fix to reject config with no Rx queue
> > net/qede/base: fix VF LRO tunnel configuration
> >
> > Hemant Agrawal (4):
> > pmdinfogen: fix cross compilation for ARM big endian
> > lpm: fix ARM big endian build
> > net/i40e: fix ARM big endian build
> > net/ixgbe: fix ARM big endian build
> >
> > Hyong Youb Kim (1):
> > net/enic: fix crash due to static max number of queues
> >
> > Igor Ryzhov (1):
> > net/i40e: fix flag for MAC address write
> >
> > Ilya V. Matveychikov (2):
> > eal: update assertion macro
> > mbuf: cleanup function to get last segment
> >
> > Jerin Jacob (3):
> > net/thunderx: fix multi segment Tx function return
> > test/crypto: fix missing include
> > ethdev: fix data alignment
> >
> > Jerry Lilijun (1):
> > net/bonding: fix activated slave in 8023ad mode
> >
> > Jianfeng Tan (3):
> > vhost: fix crash
> > net/vhost: fix log messages on create/destroy
> > net/virtio-user: fix start with kernel vhost
> >
> > Junjie Chen (3):
> > vhost: fix dequeue zero copy with virtio1
> > examples/vhost: fix sending ARP packet to self
> > vhost: fix mbuf free
> >
> > Kefu Chai (1):
> > contigmem: fix build on FreeBSD 12
> >
> > Konstantin Ananyev (1):
> > eal/x86: use lock-prefixed instructions for SMP barrier
> >
> > Liang-Min Larry Wang (1):
> > net/ixgbe: improve link state check on VF
> >
> > Marko Kovacevic (2):
> > mk: support renamed Makefile in external project
> > mk: fix external build
> >
> > Markus Theil (2):
> > igb_uio: fix IRQ disable on recent kernels
> > igb_uio: fix MSI-X IRQ assignment with new IRQ function
> >
> > Matan Azrad (2):
> > app/testpmd: fix port index in RSS forward config
> > app/testpmd: fix port topology in RSS forward config
> >
> > Matej Vido (1):
> > net/szedata2: fix check of mmap return value
> >
> > Maxime Coquelin (1):
> > net/virtio: fix resuming port with Rx vector path
> >
> > Michael McConville (1):
> > mem: fix mmap error check on huge page attach
> >
> > Nicolas Dichtel (1):
> > igb_uio: switch to new irq function for MSI-X
> >
> > Nikhil Agarwal (2):
> > examples/l3fwd-power: fix Rx without interrupt
> > examples/l3fwd-power: fix frequency detection
> >
> > Olivier Matz (11):
> > ethdev: fix missing imissed counter in xstats
> > net/i40e: fix VSI MAC filter on primary address change
> > vhost: fix error code check when creating thread
> > pdump: fix error check when creating/canceling thread
> > mbuf: fix NULL freeing when debug enabled
> > net/virtio: fix queue flushing with vector Rx enabled
> > net/virtio: fix memory leak when reinitializing device
> > net/virtio: fix typo in function name
> > net/bnxt: fix Rx checksum flags
> > net/bnxt: fix headroom initialization
> > net/virtio: fix mbuf data offset for simple Rx
> >
> > Pablo de Lara (3):
> > ethdev: fix typo in functions comment
> > test/pmd_perf: declare variables as static
> > doc: fix outdated link to IPsec white paper
> >
> > Phil Yang (2):
> > test/memzone: fix NULL freeing
> > test/memzone: fix freeing test
> >
> > Qi Zhang (6):
> > net/i40e: fix VLAN offload setting
> > net/i40e/base: fix NVM lock
> > net/i40e/base: fix link LED blink
> > net/i40e/base: fix compile issue for GCC 6.3
> > net/ixgbe: fix mailbox interrupt handler
> > net/e1000: fix mailbox interrupt handler
> >
> > Qiming Yang (1):
> > net/ixgbe/base: add media type of fixed fiber
> >
> > Radu Nicolau (2):
> > examples/bond: check mbuf allocation
> > net/bonding: check error of MAC address setting
> >
> > Rafal Kozik (1):
> > net/ena: do not set Tx L4 offloads in Rx path
> >
> > Rasesh Mody (3):
> > net/qede: fix few log messages
> > net/qede: fix MTU set and max Rx pkt len usage
> > net/qede: fix clearing of queue stats
> >
> > Samuel Gauthier (1):
> > net/virtio: fix Rx and Tx handler selection for ARM32
> >
> > Shahaf Shuler (1):
> > net/mlx5: fix missing RSS capability
> >
> > Thomas Monjalon (1):
> > ethdev: fix link autonegotiation value
> >
> > Tiwei Bie (1):
> > net/virtio: fix vector Rx flushing
> >
> > Vipin Varghese (1):
> > net/pcap: fix the NUMA id display in logs
> >
> > Wei Zhao (1):
> > net/ixgbe: fix reset error handling
> >
> > Wenzhuo Lu (3):
> > net/i40e: fix VF Rx interrupt enabling
> > net/ixgbe: fix VF Rx interrupt enabling
> > net/e1000: fix VF Rx interrupt enabling
> >
> > Xiao Wang (1):
> > net/fm10k: fix logical port delete
> >
> > Yangchao Zhou (1):
> > net/igb: fix Tx queue number assignment
> >
> > Yanglong Wu (2):
> > net/ixgbe: fix the failure of number of Tx queue check
> > net/ixgbe: fix max queue number for VF
> >
> > Yong Wang (1):
> > crypto/qat: fix allocation check and leak
> >
> > Yongseok Koh (2):
> > app/testpmd: fix crash of txonly with multiple segments
> > net/mlx5: fix deadlock of link status alarm
> >
> > Zhiyong Yang (2):
> > bus/pci: fix interrupt handler type
> > examples/vhost: fix startup check
> >
> >
>
>
--
Kind regards,
Luca Boccassi
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.5 (LTS) patches review and test
2018-03-05 10:12 ` Luca Boccassi
@ 2018-03-06 5:37 ` gowrishankar muthukrishnan
2018-03-06 17:38 ` Luca Boccassi
0 siblings, 1 reply; 10+ messages in thread
From: gowrishankar muthukrishnan @ 2018-03-06 5:37 UTC (permalink / raw)
To: Luca Boccassi, dpdk stable; +Cc: dev
On Monday 05 March 2018 03:42 PM, Luca Boccassi wrote:
> On Mon, 2018-03-05 at 11:31 +0530, gowrishankar muthukrishnan wrote:
>> Hi Luca,
>> In powerpc to support i40e, we wish below patch be merged:
>>
>> c3def6a8724 net/i40e: implement vector PMD for altivec
>>
>> I have verified br-16.11 with the above commit (in cherry-pick, I
>> needed
>> to remove release
>> notes which was meant for 17.05 release which hope is fine here).
>> Could you please merge the above.
>>
>> Thanks,
>> Gowrishankar
> Hi,
>
> This introduced a new PMD for that architecture, right?
>
> If so I can merge the patch, at the following conditions:
>
> 1) It will be disabled by default
> 2) Support and help in backporting will have to be provided by the
> authors for the remaining lifetime of 16.11
>
> Is this OK for you?
Yes, please go ahead.
Thanks,
Gowrishankar
>> On Monday 26 February 2018 05:04 PM, Luca Boccassi wrote:
>>> Hi all,
>>>
>>> Here is a list of patches targeted for LTS release 16.11.5. Please
>>> help review and test. The planned date for the final release is
>>> March
>>> the 5th, pending results from regression tests.
>>> Before that, please shout if anyone has objections with these
>>> patches being applied.
>>>
>>> These patches are located at branch 16.11 of dpdk-stable repo:
>>> http://dpdk.org/browse/dpdk-stable/
>>>
>>> Thanks.
>>>
>>> Luca Boccassi
>>>
>>> ---
>>> Ajit Khaparde (6):
>>> net/bnxt: support new PCI IDs
>>> net/bnxt: parse checksum offload flags
>>> net/bnxt: fix group info usage
>>> net/bnxt: fix broadcast cofiguration
>>> net/bnxt: fix size of Tx ring in HW
>>> net/bnxt: fix link speed setting with autoneg off
>>>
>>> Akhil Goyal (1):
>>> examples/ipsec-secgw: fix corner case for SPI value
>>>
>>> Alejandro Lucero (3):
>>> net/nfp: fix MTU settings
>>> net/nfp: fix jumbo settings
>>> net/nfp: fix CRC strip check behaviour
>>>
>>> Anatoly Burakov (14):
>>> memzone: fix leak on allocation error
>>> malloc: protect stats with lock
>>> malloc: fix end for bounded elements
>>> vfio: fix enabled check on error
>>> app/procinfo: add compilation option in config
>>> test: register test as failed if setup failed
>>> test/table: fix uninitialized parameter
>>> test/memzone: fix wrong test
>>> test/memzone: handle previously allocated memzones
>>> usertools/devbind: remove unused function
>>> test/reorder: fix memory leak
>>> test/ring_perf: fix memory leak
>>> test/table: fix memory leak
>>> test/timer_perf: fix memory leak
>>>
>>> Andriy Berestovskyy (1):
>>> keepalive: fix state alignment
>>>
>>> Bao-Long Tran (1):
>>> examples/ip_pipeline: fix timer period unit
>>>
>>> Beilei Xing (8):
>>> net/i40e: fix flow director Rx resource defect
>>> net/i40e: add warnings when writing global registers
>>> net/i40e: add debug logs when writing global registers
>>> net/i40e: fix multiple driver support issue
>>> net/i40e: fix interrupt conflict when using multi-driver
>>> net/i40e: fix Rx interrupt
>>> net/i40e: check multi-driver option parsing
>>> app/testpmd: fix flow director filter
>>>
>>> Chas Williams (1):
>>> net/bonding: fix setting slave MAC addresses
>>>
>>> David Harton (1):
>>> net/i40e: fix VF reset stats crash
>>>
>>> Didier Pallard (1):
>>> net/virtio: fix incorrect cast
>>>
>>> Dustin Lundquist (1):
>>> examples/exception_path: align stats on cache line
>>>
>>> Erez Ferber (1):
>>> net/mlx5: fix MTU update
>>>
>>> Ferruh Yigit (1):
>>> kni: fix build with kernel 4.15
>>>
>>> Fiona Trahe (1):
>>> crypto/qat: fix null auth algo overwrite
>>>
>>> Gowrishankar Muthukrishnan (2):
>>> eal/ppc: remove the braces in memory barrier macros
>>> eal/ppc: support sPAPR IOMMU for vfio-pci
>>>
>>> Harish Patil (2):
>>> net/qede: fix to reject config with no Rx queue
>>> net/qede/base: fix VF LRO tunnel configuration
>>>
>>> Hemant Agrawal (4):
>>> pmdinfogen: fix cross compilation for ARM big endian
>>> lpm: fix ARM big endian build
>>> net/i40e: fix ARM big endian build
>>> net/ixgbe: fix ARM big endian build
>>>
>>> Hyong Youb Kim (1):
>>> net/enic: fix crash due to static max number of queues
>>>
>>> Igor Ryzhov (1):
>>> net/i40e: fix flag for MAC address write
>>>
>>> Ilya V. Matveychikov (2):
>>> eal: update assertion macro
>>> mbuf: cleanup function to get last segment
>>>
>>> Jerin Jacob (3):
>>> net/thunderx: fix multi segment Tx function return
>>> test/crypto: fix missing include
>>> ethdev: fix data alignment
>>>
>>> Jerry Lilijun (1):
>>> net/bonding: fix activated slave in 8023ad mode
>>>
>>> Jianfeng Tan (3):
>>> vhost: fix crash
>>> net/vhost: fix log messages on create/destroy
>>> net/virtio-user: fix start with kernel vhost
>>>
>>> Junjie Chen (3):
>>> vhost: fix dequeue zero copy with virtio1
>>> examples/vhost: fix sending ARP packet to self
>>> vhost: fix mbuf free
>>>
>>> Kefu Chai (1):
>>> contigmem: fix build on FreeBSD 12
>>>
>>> Konstantin Ananyev (1):
>>> eal/x86: use lock-prefixed instructions for SMP barrier
>>>
>>> Liang-Min Larry Wang (1):
>>> net/ixgbe: improve link state check on VF
>>>
>>> Marko Kovacevic (2):
>>> mk: support renamed Makefile in external project
>>> mk: fix external build
>>>
>>> Markus Theil (2):
>>> igb_uio: fix IRQ disable on recent kernels
>>> igb_uio: fix MSI-X IRQ assignment with new IRQ function
>>>
>>> Matan Azrad (2):
>>> app/testpmd: fix port index in RSS forward config
>>> app/testpmd: fix port topology in RSS forward config
>>>
>>> Matej Vido (1):
>>> net/szedata2: fix check of mmap return value
>>>
>>> Maxime Coquelin (1):
>>> net/virtio: fix resuming port with Rx vector path
>>>
>>> Michael McConville (1):
>>> mem: fix mmap error check on huge page attach
>>>
>>> Nicolas Dichtel (1):
>>> igb_uio: switch to new irq function for MSI-X
>>>
>>> Nikhil Agarwal (2):
>>> examples/l3fwd-power: fix Rx without interrupt
>>> examples/l3fwd-power: fix frequency detection
>>>
>>> Olivier Matz (11):
>>> ethdev: fix missing imissed counter in xstats
>>> net/i40e: fix VSI MAC filter on primary address change
>>> vhost: fix error code check when creating thread
>>> pdump: fix error check when creating/canceling thread
>>> mbuf: fix NULL freeing when debug enabled
>>> net/virtio: fix queue flushing with vector Rx enabled
>>> net/virtio: fix memory leak when reinitializing device
>>> net/virtio: fix typo in function name
>>> net/bnxt: fix Rx checksum flags
>>> net/bnxt: fix headroom initialization
>>> net/virtio: fix mbuf data offset for simple Rx
>>>
>>> Pablo de Lara (3):
>>> ethdev: fix typo in functions comment
>>> test/pmd_perf: declare variables as static
>>> doc: fix outdated link to IPsec white paper
>>>
>>> Phil Yang (2):
>>> test/memzone: fix NULL freeing
>>> test/memzone: fix freeing test
>>>
>>> Qi Zhang (6):
>>> net/i40e: fix VLAN offload setting
>>> net/i40e/base: fix NVM lock
>>> net/i40e/base: fix link LED blink
>>> net/i40e/base: fix compile issue for GCC 6.3
>>> net/ixgbe: fix mailbox interrupt handler
>>> net/e1000: fix mailbox interrupt handler
>>>
>>> Qiming Yang (1):
>>> net/ixgbe/base: add media type of fixed fiber
>>>
>>> Radu Nicolau (2):
>>> examples/bond: check mbuf allocation
>>> net/bonding: check error of MAC address setting
>>>
>>> Rafal Kozik (1):
>>> net/ena: do not set Tx L4 offloads in Rx path
>>>
>>> Rasesh Mody (3):
>>> net/qede: fix few log messages
>>> net/qede: fix MTU set and max Rx pkt len usage
>>> net/qede: fix clearing of queue stats
>>>
>>> Samuel Gauthier (1):
>>> net/virtio: fix Rx and Tx handler selection for ARM32
>>>
>>> Shahaf Shuler (1):
>>> net/mlx5: fix missing RSS capability
>>>
>>> Thomas Monjalon (1):
>>> ethdev: fix link autonegotiation value
>>>
>>> Tiwei Bie (1):
>>> net/virtio: fix vector Rx flushing
>>>
>>> Vipin Varghese (1):
>>> net/pcap: fix the NUMA id display in logs
>>>
>>> Wei Zhao (1):
>>> net/ixgbe: fix reset error handling
>>>
>>> Wenzhuo Lu (3):
>>> net/i40e: fix VF Rx interrupt enabling
>>> net/ixgbe: fix VF Rx interrupt enabling
>>> net/e1000: fix VF Rx interrupt enabling
>>>
>>> Xiao Wang (1):
>>> net/fm10k: fix logical port delete
>>>
>>> Yangchao Zhou (1):
>>> net/igb: fix Tx queue number assignment
>>>
>>> Yanglong Wu (2):
>>> net/ixgbe: fix the failure of number of Tx queue check
>>> net/ixgbe: fix max queue number for VF
>>>
>>> Yong Wang (1):
>>> crypto/qat: fix allocation check and leak
>>>
>>> Yongseok Koh (2):
>>> app/testpmd: fix crash of txonly with multiple segments
>>> net/mlx5: fix deadlock of link status alarm
>>>
>>> Zhiyong Yang (2):
>>> bus/pci: fix interrupt handler type
>>> examples/vhost: fix startup check
>>>
>>>
>>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.5 (LTS) patches review and test
2018-03-06 5:37 ` gowrishankar muthukrishnan
@ 2018-03-06 17:38 ` Luca Boccassi
0 siblings, 0 replies; 10+ messages in thread
From: Luca Boccassi @ 2018-03-06 17:38 UTC (permalink / raw)
To: gowrishankar muthukrishnan, dpdk stable; +Cc: dev
On Tue, 2018-03-06 at 11:07 +0530, gowrishankar muthukrishnan wrote:
> On Monday 05 March 2018 03:42 PM, Luca Boccassi wrote:
> > On Mon, 2018-03-05 at 11:31 +0530, gowrishankar muthukrishnan
> > wrote:
> > > Hi Luca,
> > > In powerpc to support i40e, we wish below patch be merged:
> > >
> > > c3def6a8724 net/i40e: implement vector PMD for altivec
> > >
> > > I have verified br-16.11 with the above commit (in cherry-pick, I
> > > needed
> > > to remove release
> > > notes which was meant for 17.05 release which hope is fine here).
> > > Could you please merge the above.
> > >
> > > Thanks,
> > > Gowrishankar
> >
> > Hi,
> >
> > This introduced a new PMD for that architecture, right?
> >
> > If so I can merge the patch, at the following conditions:
> >
> > 1) It will be disabled by default
> > 2) Support and help in backporting will have to be provided by the
> > authors for the remaining lifetime of 16.11
> >
> > Is this OK for you?
>
> Yes, please go ahead.
>
> Thanks,
> Gowrishankar
Applied and pushed to dpdk-stable/16.11.
> > > On Monday 26 February 2018 05:04 PM, Luca Boccassi wrote:
> > > > Hi all,
> > > >
> > > > Here is a list of patches targeted for LTS release 16.11.5.
> > > > Please
> > > > help review and test. The planned date for the final release is
> > > > March
> > > > the 5th, pending results from regression tests.
> > > > Before that, please shout if anyone has objections with these
> > > > patches being applied.
> > > >
> > > > These patches are located at branch 16.11 of dpdk-stable repo:
> > > > http://dpdk.org/browse/dpdk-stable/
> > > >
> > > > Thanks.
> > > >
> > > > Luca Boccassi
> > > >
> > > > ---
> > > > Ajit Khaparde (6):
> > > > net/bnxt: support new PCI IDs
> > > > net/bnxt: parse checksum offload flags
> > > > net/bnxt: fix group info usage
> > > > net/bnxt: fix broadcast cofiguration
> > > > net/bnxt: fix size of Tx ring in HW
> > > > net/bnxt: fix link speed setting with autoneg off
> > > >
> > > > Akhil Goyal (1):
> > > > examples/ipsec-secgw: fix corner case for SPI value
> > > >
> > > > Alejandro Lucero (3):
> > > > net/nfp: fix MTU settings
> > > > net/nfp: fix jumbo settings
> > > > net/nfp: fix CRC strip check behaviour
> > > >
> > > > Anatoly Burakov (14):
> > > > memzone: fix leak on allocation error
> > > > malloc: protect stats with lock
> > > > malloc: fix end for bounded elements
> > > > vfio: fix enabled check on error
> > > > app/procinfo: add compilation option in config
> > > > test: register test as failed if setup failed
> > > > test/table: fix uninitialized parameter
> > > > test/memzone: fix wrong test
> > > > test/memzone: handle previously allocated memzones
> > > > usertools/devbind: remove unused function
> > > > test/reorder: fix memory leak
> > > > test/ring_perf: fix memory leak
> > > > test/table: fix memory leak
> > > > test/timer_perf: fix memory leak
> > > >
> > > > Andriy Berestovskyy (1):
> > > > keepalive: fix state alignment
> > > >
> > > > Bao-Long Tran (1):
> > > > examples/ip_pipeline: fix timer period unit
> > > >
> > > > Beilei Xing (8):
> > > > net/i40e: fix flow director Rx resource defect
> > > > net/i40e: add warnings when writing global registers
> > > > net/i40e: add debug logs when writing global registers
> > > > net/i40e: fix multiple driver support issue
> > > > net/i40e: fix interrupt conflict when using multi-
> > > > driver
> > > > net/i40e: fix Rx interrupt
> > > > net/i40e: check multi-driver option parsing
> > > > app/testpmd: fix flow director filter
> > > >
> > > > Chas Williams (1):
> > > > net/bonding: fix setting slave MAC addresses
> > > >
> > > > David Harton (1):
> > > > net/i40e: fix VF reset stats crash
> > > >
> > > > Didier Pallard (1):
> > > > net/virtio: fix incorrect cast
> > > >
> > > > Dustin Lundquist (1):
> > > > examples/exception_path: align stats on cache line
> > > >
> > > > Erez Ferber (1):
> > > > net/mlx5: fix MTU update
> > > >
> > > > Ferruh Yigit (1):
> > > > kni: fix build with kernel 4.15
> > > >
> > > > Fiona Trahe (1):
> > > > crypto/qat: fix null auth algo overwrite
> > > >
> > > > Gowrishankar Muthukrishnan (2):
> > > > eal/ppc: remove the braces in memory barrier macros
> > > > eal/ppc: support sPAPR IOMMU for vfio-pci
> > > >
> > > > Harish Patil (2):
> > > > net/qede: fix to reject config with no Rx queue
> > > > net/qede/base: fix VF LRO tunnel configuration
> > > >
> > > > Hemant Agrawal (4):
> > > > pmdinfogen: fix cross compilation for ARM big endian
> > > > lpm: fix ARM big endian build
> > > > net/i40e: fix ARM big endian build
> > > > net/ixgbe: fix ARM big endian build
> > > >
> > > > Hyong Youb Kim (1):
> > > > net/enic: fix crash due to static max number of queues
> > > >
> > > > Igor Ryzhov (1):
> > > > net/i40e: fix flag for MAC address write
> > > >
> > > > Ilya V. Matveychikov (2):
> > > > eal: update assertion macro
> > > > mbuf: cleanup function to get last segment
> > > >
> > > > Jerin Jacob (3):
> > > > net/thunderx: fix multi segment Tx function return
> > > > test/crypto: fix missing include
> > > > ethdev: fix data alignment
> > > >
> > > > Jerry Lilijun (1):
> > > > net/bonding: fix activated slave in 8023ad mode
> > > >
> > > > Jianfeng Tan (3):
> > > > vhost: fix crash
> > > > net/vhost: fix log messages on create/destroy
> > > > net/virtio-user: fix start with kernel vhost
> > > >
> > > > Junjie Chen (3):
> > > > vhost: fix dequeue zero copy with virtio1
> > > > examples/vhost: fix sending ARP packet to self
> > > > vhost: fix mbuf free
> > > >
> > > > Kefu Chai (1):
> > > > contigmem: fix build on FreeBSD 12
> > > >
> > > > Konstantin Ananyev (1):
> > > > eal/x86: use lock-prefixed instructions for SMP barrier
> > > >
> > > > Liang-Min Larry Wang (1):
> > > > net/ixgbe: improve link state check on VF
> > > >
> > > > Marko Kovacevic (2):
> > > > mk: support renamed Makefile in external project
> > > > mk: fix external build
> > > >
> > > > Markus Theil (2):
> > > > igb_uio: fix IRQ disable on recent kernels
> > > > igb_uio: fix MSI-X IRQ assignment with new IRQ function
> > > >
> > > > Matan Azrad (2):
> > > > app/testpmd: fix port index in RSS forward config
> > > > app/testpmd: fix port topology in RSS forward config
> > > >
> > > > Matej Vido (1):
> > > > net/szedata2: fix check of mmap return value
> > > >
> > > > Maxime Coquelin (1):
> > > > net/virtio: fix resuming port with Rx vector path
> > > >
> > > > Michael McConville (1):
> > > > mem: fix mmap error check on huge page attach
> > > >
> > > > Nicolas Dichtel (1):
> > > > igb_uio: switch to new irq function for MSI-X
> > > >
> > > > Nikhil Agarwal (2):
> > > > examples/l3fwd-power: fix Rx without interrupt
> > > > examples/l3fwd-power: fix frequency detection
> > > >
> > > > Olivier Matz (11):
> > > > ethdev: fix missing imissed counter in xstats
> > > > net/i40e: fix VSI MAC filter on primary address change
> > > > vhost: fix error code check when creating thread
> > > > pdump: fix error check when creating/canceling thread
> > > > mbuf: fix NULL freeing when debug enabled
> > > > net/virtio: fix queue flushing with vector Rx enabled
> > > > net/virtio: fix memory leak when reinitializing device
> > > > net/virtio: fix typo in function name
> > > > net/bnxt: fix Rx checksum flags
> > > > net/bnxt: fix headroom initialization
> > > > net/virtio: fix mbuf data offset for simple Rx
> > > >
> > > > Pablo de Lara (3):
> > > > ethdev: fix typo in functions comment
> > > > test/pmd_perf: declare variables as static
> > > > doc: fix outdated link to IPsec white paper
> > > >
> > > > Phil Yang (2):
> > > > test/memzone: fix NULL freeing
> > > > test/memzone: fix freeing test
> > > >
> > > > Qi Zhang (6):
> > > > net/i40e: fix VLAN offload setting
> > > > net/i40e/base: fix NVM lock
> > > > net/i40e/base: fix link LED blink
> > > > net/i40e/base: fix compile issue for GCC 6.3
> > > > net/ixgbe: fix mailbox interrupt handler
> > > > net/e1000: fix mailbox interrupt handler
> > > >
> > > > Qiming Yang (1):
> > > > net/ixgbe/base: add media type of fixed fiber
> > > >
> > > > Radu Nicolau (2):
> > > > examples/bond: check mbuf allocation
> > > > net/bonding: check error of MAC address setting
> > > >
> > > > Rafal Kozik (1):
> > > > net/ena: do not set Tx L4 offloads in Rx path
> > > >
> > > > Rasesh Mody (3):
> > > > net/qede: fix few log messages
> > > > net/qede: fix MTU set and max Rx pkt len usage
> > > > net/qede: fix clearing of queue stats
> > > >
> > > > Samuel Gauthier (1):
> > > > net/virtio: fix Rx and Tx handler selection for ARM32
> > > >
> > > > Shahaf Shuler (1):
> > > > net/mlx5: fix missing RSS capability
> > > >
> > > > Thomas Monjalon (1):
> > > > ethdev: fix link autonegotiation value
> > > >
> > > > Tiwei Bie (1):
> > > > net/virtio: fix vector Rx flushing
> > > >
> > > > Vipin Varghese (1):
> > > > net/pcap: fix the NUMA id display in logs
> > > >
> > > > Wei Zhao (1):
> > > > net/ixgbe: fix reset error handling
> > > >
> > > > Wenzhuo Lu (3):
> > > > net/i40e: fix VF Rx interrupt enabling
> > > > net/ixgbe: fix VF Rx interrupt enabling
> > > > net/e1000: fix VF Rx interrupt enabling
> > > >
> > > > Xiao Wang (1):
> > > > net/fm10k: fix logical port delete
> > > >
> > > > Yangchao Zhou (1):
> > > > net/igb: fix Tx queue number assignment
> > > >
> > > > Yanglong Wu (2):
> > > > net/ixgbe: fix the failure of number of Tx queue check
> > > > net/ixgbe: fix max queue number for VF
> > > >
> > > > Yong Wang (1):
> > > > crypto/qat: fix allocation check and leak
> > > >
> > > > Yongseok Koh (2):
> > > > app/testpmd: fix crash of txonly with multiple segments
> > > > net/mlx5: fix deadlock of link status alarm
> > > >
> > > > Zhiyong Yang (2):
> > > > bus/pci: fix interrupt handler type
> > > > examples/vhost: fix startup check
> > > >
> > > >
>
>
--
Kind regards,
Luca Boccassi
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [dpdk-dev] 16.11.5 (LTS) patches review and test
2018-02-26 11:34 [dpdk-dev] 16.11.5 (LTS) patches review and test Luca Boccassi
` (2 preceding siblings ...)
2018-03-05 6:01 ` gowrishankar muthukrishnan
@ 2018-03-05 9:56 ` Luca Boccassi
3 siblings, 0 replies; 10+ messages in thread
From: Luca Boccassi @ 2018-03-05 9:56 UTC (permalink / raw)
To: dpdk stable; +Cc: dev
On Mon, 2018-02-26 at 11:34 +0000, Luca Boccassi wrote:
> Hi all,
>
> Here is a list of patches targeted for LTS release 16.11.5. Please
> help review and test. The planned date for the final release is March
> the 5th, pending results from regression tests.
> Before that, please shout if anyone has objections with these
> patches being applied.
>
> These patches are located at branch 16.11 of dpdk-stable repo:
> http://dpdk.org/browse/dpdk-stable/
>
> Thanks.
>
> Luca Boccassi
Status update: we are currently waiting for some test results, so
16.11.5 might be postponed by a couple of days. Will update when I know
more. Apologies for the delay.
--
Kind regards,
Luca Boccassi
^ permalink raw reply [flat|nested] 10+ messages in thread