On Fri, Sep 13, 2019 at 12:59 AM Jesper Dangaard Brouer <bro...@redhat.com> wrote: > > On Thu, 12 Sep 2019 03:48:06 +0900 > "Daniel T. Lee" <danieltim...@gmail.com> wrote: > > > This commit adds CIDR parsing and IP validate helper function to parse > > single IP or range of IP with CIDR. (e.g. 198.18.0.0/15) > > One question: You do know that this expansion of the CIDR will also > include the CIDR network broadcast IP and "network-address", is that > intentional? >
Correct. What I was trying to do with this script is, I want to test RSS/RPS and it does not really matters whether it is broadcast or network address, since the n-tuple hashing doesn't matter whether which kind of it. > -- > Best regards, > Jesper Dangaard Brouer > MSc.CS, Principal Kernel Engineer at Red Hat > LinkedIn: http://www.linkedin.com/in/brouer