Re: [PATCH net-next 1/1] openvswitch: Declare ovs key structures using macros
From: Pravin Shelar <hidden>
Date: 2019-02-01 02:53:29
Can you send patch with this information in commit msg? On Thu, Jan 31, 2019 at 3:32 AM Eli Britstein [off-list ref] wrote:
ping for the using patch, i put below the v1 of it. here is v2: https://patchwork.ozlabs.org/patch/1023406/ On 1/27/2019 8:37 AM, Eli Britstein wrote:quoted
On 1/27/2019 1:04 AM, David Miller wrote:quoted
From: Eli Britstein <redacted> Date: Thu, 24 Jan 2019 11:46:47 +0200quoted
Declare ovs key structures using macros to enable retrieving fields information, with no functional change. Signed-off-by: Eli Britstein <redacted> Reviewed-by: Roi Dayan <redacted>I agree with Pravin, this need a much better commit message. Maybe even better to submit this alongside whatever is supposed to use these new macros.This patch is equivalent to a work done in the OVS tree. https://patchwork.ozlabs.org/patch/1023405/ As a standalone it doesn't serve any purpose (as mentioned - no functional change). It serves as a pre-step towards another patch in the OVS: https://patchwork.ozlabs.org/patch/1022794/ So, the purpose of doing it in the kernel is just to keep this H file identical. Once it is approved for the kernel, we will be able to proceed with it in the OVS.