[ovs-dev] [PATCH v3 1/1] dpdk: Update to use DPDK v20.11.

Pai G, Sunil sunil.pai.g at intel.com
Tue Dec 15 16:44:42 UTC 2020


Hi folks, 

You can find the v4 here:
http://patchwork.ozlabs.org/project/openvswitch/patch/20201215164128.13153-1-sunil.pai.g@intel.com/


> > +    # Stripping out possible instruction set specific configuration that DPDK
> > +    # forces in pkg-config since this could override user-specified options.
> > +    # It's enough to have -mssse3 to build with DPDK headers.
> > +    DPDK_INCLUDE=$(echo "$DPDK_INCLUDE" | sed
> > + 's/-march=[[a-z0-9]]*//g')
> 
> This regexp doesn't cover arm default case: -march=armv8-a+crc Need a
> better one.  Travis catched this:
>   https://travis-ci.com/github/ovsrobot/ovs/jobs/459786050#L5768
> 
> Probably, sed 's/-march=[[^ ]]*//g'
> 
> Best regards, Ilya Maximets.

Included this change in v4 Ilya :) 
https://travis-ci.org/github/Sunil-Pai-G/ovs/jobs/749839568

Thank and regards,
Sunil


More information about the dev mailing list