Re: [ovs-dev] [PATCH v2] rhel: Add option to enable AF_XDP on rpm package

2021-02-05 Thread Ilya Maximets
On 2/4/21 3:51 PM, William Tu wrote: > On Wed, Feb 3, 2021 at 4:33 PM Yi-Hung Wei wrote: >> >> This patch adds an RPMBUILD_OPT so that user can enable >> AF_XDP support in the rpm package by: >> >> $ make rpm-fedora RPMBUILD_OPT="--with afxdp" >> >> Signed-off-by: Yi-Hung Wei >> --- > > LGTM > A

Re: [ovs-dev] [PATCH v2] rhel: Add option to enable AF_XDP on rpm package

2021-02-04 Thread William Tu
On Wed, Feb 3, 2021 at 4:33 PM Yi-Hung Wei wrote: > > This patch adds an RPMBUILD_OPT so that user can enable > AF_XDP support in the rpm package by: > > $ make rpm-fedora RPMBUILD_OPT="--with afxdp" > > Signed-off-by: Yi-Hung Wei > --- LGTM Acked-by: William Tu

[ovs-dev] [PATCH v2] rhel: Add option to enable AF_XDP on rpm package

2021-02-03 Thread Yi-Hung Wei
This patch adds an RPMBUILD_OPT so that user can enable AF_XDP support in the rpm package by: $ make rpm-fedora RPMBUILD_OPT="--with afxdp" Signed-off-by: Yi-Hung Wei --- Documentation/intro/install/fedora.rst | 7 +++ rhel/openvswitch-fedora.spec.in| 8 2 files changed, 15