lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 30 Jan 2017 23:05:01 -0800
From:   Andy Zhou <azhou@....org>
To:     "David S. Miller" <davem@...emloft.net>
Cc:     Linux Kernel Network Developers <netdev@...r.kernel.org>,
        Andy Zhou <azhou@....org>
Subject: Re: [userspace meter v3 0/5] Userspace meter

Please discard this series. These are ovs user space changes, not
kernel changes. They are sent in error. Sorry.


On Mon, Jan 30, 2017 at 10:39 PM, Andy Zhou <azhou@....org> wrote:
> Repost user space meter support. This is based Jarno's original work
> at: https://mail.openvswitch.org/pipermail/ovs-dev/2015-November/306304.html.
> With some enhancements, and rebased to current master.
>
> ---
> v1-v2: rebase and repost.
> v2-v3: simplify patch 2/5.
>
> Andy Zhou (2):
>   netdev-dummy: Add --len option for netdev-dummy/receive command
>   dp-packet: Enhance packet batch APIs.
>
> Jarno Rajahalme (3):
>   dpif: Meter framework.
>   ofproto: Meter translation.
>   dpif-netdev: Simple DROP meter implementation.
>
>  datapath/linux/compat/include/linux/openvswitch.h |   4 +-
>  include/openvswitch/ofp-actions.h                 |   1 +
>  lib/dp-packet.h                                   | 140 +++++--
>  lib/dpif-netdev.c                                 | 433 ++++++++++++++++++++--
>  lib/dpif-netlink.c                                |  46 ++-
>  lib/dpif-provider.h                               |  29 ++
>  lib/dpif.c                                        | 128 ++++++-
>  lib/dpif.h                                        |  13 +-
>  lib/netdev-dummy.c                                |  48 ++-
>  lib/netdev-linux.c                                |   3 +-
>  lib/netdev.c                                      |  24 +-
>  lib/odp-execute.c                                 |  58 +--
>  lib/odp-util.c                                    |  14 +
>  lib/ofp-actions.c                                 |   1 +
>  ofproto/ofproto-dpif-sflow.c                      |   1 +
>  ofproto/ofproto-dpif-xlate.c                      |  13 +-
>  ofproto/ofproto-dpif.c                            |  60 ++-
>  ofproto/ofproto-provider.h                        |  13 +-
>  ofproto/ofproto.c                                 |  51 +--
>  tests/dpif-netdev.at                              | 106 ++++++
>  tests/test-conntrack.c                            |  56 ++-
>  21 files changed, 1036 insertions(+), 206 deletions(-)
>
> --
> 1.9.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ