[Bug 2066906] Re: [noble] Missing fix for continuations with associated metering.
Mauricio Faria de Oliveira
2066906 at bugs.launchpad.net
Mon Jun 3 15:08:07 UTC 2024
Marking devel/oracular as Fix Released (patch included):
$ pull-lp-source openvswitch
Found openvswitch 3.3.0-5 in oracular
...
$ cd openvswitch-3.3.0
$ grep 'ofproto-dpif - continuation with meters' tests/ofproto-dpif.at
AT_SETUP([ofproto-dpif - continuation with meters])
$ grep -A6 '^put_controller_user_action' ofproto/ofproto-dpif-xlate.c
put_controller_user_action(struct xlate_ctx *ctx,
bool dont_send, bool continuation,
uint32_t recirc_id, int len,
enum ofp_packet_in_reason reason,
uint32_t provider_meter_id,
uint16_t controller_id)
{
** Changed in: openvswitch (Ubuntu)
Status: Invalid => Fix Released
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/2066906
Title:
[noble] Missing fix for continuations with associated metering.
Status in openvswitch package in Ubuntu:
Fix Released
Status in openvswitch source package in Noble:
Triaged
Bug description:
[ Impact ]
There is a bug in Open vSwitch which is required for successful build and test run for OVN 24.03.2.
(Bug 2066908: [SRU] ovn 24.03.2 point release)
[ Test plan ]
- Build and test the OVN 24.03.2 package.
- Check openvswitch build log for new test (must pass/'ok')
`ofproto-dpif - continuation with meters`
[ Regression Potential ]
Minimal, the fix has been available for some time upstream already and has been deemed safe to backport all the way to Open vSwitch 2.17 by the upstream maintainers.
Regressions would likely manifest in the areas modified by the patch:
- invoking a controller action by way of a sample action with a specified meter;
sample action is generated during xlate processing and/or (now) continuation.
[ Other Info ]
The bug has been fixed upstream, and there is a patch available for branch-3.3 [0].
0:
https://github.com/openvswitch/ovs/commit/c560f6ca3257dd3b64e01a4a244b02b90216858b
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/2066906/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list