On 26/04/2016 16:38, "Flavio Leitner" <f...@sysclose.org> wrote:
>On Fri, Apr 15, 2016 at 05:02:43PM -0700, Daniele Di Proietto wrote:
>> Signed-off-by: Daniele Di Proietto <diproiet...@vmware.com>
>
>This could be squashed with "[07/15] conntrack: Implement flush
>function"
>
>Just a suggestion.
>
>Acked-by: Flavio Leitner <f...@sysclose.org>
As also suggested by Joe I've squashed those
Thanks
>
>> ---
>> lib/dpif-netdev.c | 10 +++++++++-
>> 1 file changed, 9 insertions(+), 1 deletion(-)
>>
>> diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
>> index 5ac2bf3..995cbc0 100644
>> --- a/lib/dpif-netdev.c
>> +++ b/lib/dpif-netdev.c
>> @@ -3991,6 +3991,14 @@ dpif_netdev_ct_dump_done(struct dpif *dpif OVS_UNUSED,
>> return err;
>> }
>>
>> +static int
>> +dpif_netdev_ct_flush(struct dpif *dpif, const uint16_t *zone)
>> +{
>> + struct dp_netdev *dp = get_dp_netdev(dpif);
>> +
>> + return conntrack_flush(&dp->conntrack, zone);
>> +}
>> +
>> const struct dpif_class dpif_netdev_class = {
>> "netdev",
>> dpif_netdev_init,
>> @@ -4034,7 +4042,7 @@ const struct dpif_class dpif_netdev_class = {
>> dpif_netdev_ct_dump_start,
>> dpif_netdev_ct_dump_next,
>> dpif_netdev_ct_dump_done,
>> - NULL, /* ct_flush */
>> + dpif_netdev_ct_flush,
>> };
>>
>> static void
>> --
>> 2.1.4
>>
>> _______________________________________________
>> dev mailing list
>> dev@openvswitch.org
>> http://openvswitch.org/mailman/listinfo/dev
>
>--
>fbl
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev