[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition
From: |
Dr. David Alan Gilbert |
Subject: |
Re: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition |
Date: |
Tue, 23 Mar 2021 20:14:39 +0000 |
User-agent: |
Mutt/2.0.5 (2021-01-21) |
* Markus Armbruster (armbru@redhat.com) wrote:
> "Zhang, Chen" <chen.zhang@intel.com> writes:
>
> >> -----Original Message-----
> >> From: Markus Armbruster <armbru@redhat.com>
> [...]
> >> Naming the argument type L4_Connection is misleading.
> >>
> >> Even naming the match arguments L4_Connection would be misleading.
> >> "Connection" has a specific meaning in networking. There are TCP
> >> connections. There is no such thing as an UDP connection.
> >>
> >> A TCP connection is uniquely identified by a pair of endpoints, i.e. by
> >> source
> >> address, source port, destination address, destination port.
> >> Same for other connection-oriented protocols. The protocol is not part of
> >> the connection. Thus, L4_Connection would be misleading even for the
> >> connection-oriented case.
> >>
> >> You need a named type for colo-passthrough-add's argument because you
> >> share it with colo-passthrough-del. I'm not sure that's what we want (I'm
> >> going to write more on that in a moment). If it is what we want, then
> >> please
> >> pick a another, descriptive name.
> >
> > What do you think the "L4BypassRule" or "NetworkRule" ?
>
> NetworkRule is too generic.
>
> What about ColoPassthroughRule?
Which is a bit specific; there's not actually anything Colo specific in
there; can I suggest 'L4FlowSpec'; I think there should also be
a separate type that represents an IP address+port, so that what you end
up with is:
IPFlowSpec
ID
Protocol
Source
Dest
Dave
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
- RE: [PATCH V4 1/7] qapi/net.json: Add IP_PROTOCOL definition, (continued)
Re: [PATCH V4 1/7] qapi/net.json: Add IP_PROTOCOL definition, Dr. David Alan Gilbert, 2021/03/23
[PATCH V4 2/7] qapi/net.json: Add L4_Connection definition, Zhang Chen, 2021/03/19
- Re: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition, Markus Armbruster, 2021/03/19
- RE: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition, Zhang, Chen, 2021/03/22
- Re: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition, Markus Armbruster, 2021/03/22
- RE: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition, Zhang, Chen, 2021/03/23
- Re: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition, Markus Armbruster, 2021/03/23
- Re: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition,
Dr. David Alan Gilbert <=
- Re: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition, Markus Armbruster, 2021/03/24
- Re: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition, Markus Armbruster, 2021/03/24
- RE: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition, Zhang, Chen, 2021/03/25
RE: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition, Zhang, Chen, 2021/03/23
Re: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition, Markus Armbruster, 2021/03/19
Re: [PATCH V4 2/7] qapi/net.json: Add L4_Connection definition, Markus Armbruster, 2021/03/24
[PATCH V4 3/7] qapi/net: Add new QMP command for COLO passthrough, Zhang Chen, 2021/03/19