Skip to content

Releases: MarvellEmbeddedProcessors/marvell-ovs

ovs-3.3_24.07.0-ubuntu-22.04-devel

14 Aug 04:42
Compare
Choose a tag to compare
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

06 Aug 12:02
Compare
Choose a tag to compare
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

03 Jul 20:29
Compare
Choose a tag to compare
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

14 Jun 10:35
Compare
Choose a tag to compare
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]>