diff mbox series

[ovs-dev,1/4] actions: get rid of ovnfield_act_header definition

Message ID 1764f286923e83c1689ef3afe423e13b7cb624bb.1683623703.git.lorenzo.bianconi@redhat.com
State Handled Elsewhere
Headers show
Series remove unnecessary OVS_PACKED attribute from dhcpv6 structures | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Lorenzo Bianconi May 9, 2023, 9:21 a.m. UTC
Get rid of ovnfield_act_header structure definition since it is not
really used.

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
---
 include/ovn/actions.h | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/include/ovn/actions.h b/include/ovn/actions.h
index 28479ede1..b421fbdc6 100644
--- a/include/ovn/actions.h
+++ b/include/ovn/actions.h
@@ -755,12 +755,6 @@  struct action_header {
 };
 BUILD_ASSERT_DECL(sizeof(struct action_header) == 8);
 
-OVS_PACKED(
-struct ovnfield_act_header {
-    ovs_be16 id; /* one of enum ovnfield_id. */
-    ovs_be16 len; /* Length of the ovnfield data. */
-});
-
 struct ovnact_parse_params {
     /* A table of "struct expr_symbol"s to support (as one would provide to
      * expr_parse()). */