mbox series

[0/3] 20.05-rc1 fixes for OVS

Message ID 20200427132341.27681-1-david.marchand@redhat.com (mailing list archive)
Headers
Series 20.05-rc1 fixes for OVS |

Message

David Marchand April 27, 2020, 1:23 p.m. UTC
  Couple of fixes caught while checking OVS integration.

Extra bonus points for reviewers that will review the OVS series :-)
https://patchwork.ozlabs.org/project/openvswitch/list/?series=172917
  

Comments

David Marchand April 28, 2020, 9:53 a.m. UTC | #1
On Mon, Apr 27, 2020 at 3:24 PM David Marchand
<david.marchand@redhat.com> wrote:
>
> Couple of fixes caught while checking OVS integration.
>
> David Marchand (3):
>   ring: fix build with -Wswitch-enum
>   eal: fix typo in endian conversion macros
>   ethdev: fix build warning on 64-bit value
>
>  lib/librte_eal/include/generic/rte_byteorder.h | 6 +++---
>  lib/librte_ethdev/rte_flow.h                   | 2 +-
>  lib/librte_ring/rte_ring_peek.h                | 8 ++++++++
>  3 files changed, 12 insertions(+), 4 deletions(-)
>

Series applied.