Releases: MarvellEmbeddedProcessors/marvell-ovs
Releases · MarvellEmbeddedProcessors/marvell-ovs
ovs-3.3_24.07.0-ubuntu-22.04-devel
dpdk: fix transmission with invalid lcore id In certain scenarios like ARP resolution or ICPM6 solicitation non-pmd threads flush some packets out. For which they need to transmit the packets. In existing cnxk driver for trasmitting a packet valid lcore ID is required, while these non-pmd threads are deliberately assigned an invalid lcore ID. This causes a crash when non-pmd threads attempts to trasnmit any packet. As a resolution, just before a non-pmd thread transmits a packet, register for a lcore ID and transmit. Once transmission is done release the lcore ID. Signed-off-by: Harman Kalra <[email protected]>
ovs-3.3_24.06.0-ubuntu-22.04-devel
ci: bump ovs and dpdk version Bump DPDK versioni 24.07.0 Signed-off-by: Harman Kalra <[email protected]>
ovs-3.3_24.04.0-ubuntu-22.04-devel
ci: add github action for building cn10k binaries Add github action for building cn10k binaries and generating debian package. Signed-off-by: Pavan Nikhilesh <[email protected]> Signed-off-by: Harman Kalra <[email protected]>
devel
ci: add github action for building cn10k binaries Add github action for building cn10k binaries and generating debian package. Signed-off-by: Pavan Nikhilesh <[email protected]> Signed-off-by: Harman Kalra <[email protected]>