From 8f09828fe1e72531a339896b6ad6bcd19ed52fb1 Mon Sep 17 00:00:00 2001 From: liangjiechao Date: Wed, 8 Mar 2023 16:07:42 +0800 Subject: [PATCH] Add neutron patch of offload --- neutron_smartNIC.patch => neutron-offload-20230228.patch | 0 openstack-neutron.spec | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) rename neutron_smartNIC.patch => neutron-offload-20230228.patch (100%) diff --git a/neutron_smartNIC.patch b/neutron-offload-20230228.patch similarity index 100% rename from neutron_smartNIC.patch rename to neutron-offload-20230228.patch diff --git a/openstack-neutron.spec b/openstack-neutron.spec index 56b00b0..73a09d4 100644 --- a/openstack-neutron.spec +++ b/openstack-neutron.spec @@ -18,7 +18,7 @@ capabilities (e.g., QoS, ACLs, network monitoring, etc.) Name: openstack-%{service} Version: 15.3.4 -Release: 3 +Release: 4 Summary: OpenStack Networking Service License: ASL 2.0 @@ -53,7 +53,7 @@ Source35: neutron-l2-agent.modules Source36: neutron-destroy-patch-ports.service # Required for tarball sources verification -Patch1: neutron_smartNIC.patch +Patch1: neutron-offload-20230228.patch BuildArch: noarch BuildRequires: git-core @@ -774,6 +774,8 @@ fi %dir %{_sysconfdir}/%{service}/conf.d/%{service}-sriov-nic-agent %changelog +* Wed Mar 08 2023 liangjiechao - 15.3.4-4 +- Add offload support * Tue Jun 22 2022 yangjunjie - 15.3.4-3 - Add smartNIC support * Tue Nov 23 2021 zhangy1317 - 15.3.4-2 -- Gitee