zephyr/tests/net
Tomasz Gorochowik 805e2f2c79 net: eth: mgmt: Merge 802.1Qav related mgmt requests
There are too many individual requests for Qav related parameters. There
are more Qav parameters that need to be supported (and will be supported
soon - both on the GET and SET side). Handling it the way it was handled
so far would render the eth mgmt API dominated by Qav parameters. That
would make the file hard to read and understand.

Instead of that - use a single GET and SET requests for all Qav
parameters. This works by adding a separate enum with Qav request type
to the ethernet_qav_param struct.

Additionally this approach makes it much easier to document it all since
we now have just a single request and documentation comments in the
ethernet_qav_param struct.

Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
2018-08-01 15:58:05 +03:00
..
6lo tests: classify net tests and cleanup 2018-04-09 22:55:20 -04:00
all net: IPv4 link local support 2018-07-31 16:34:28 +03:00
app net: config: Introduce a dedicated header for the library 2018-07-02 12:36:35 +03:00
arp net: IPv4 link local support 2018-07-31 16:34:28 +03:00
buf tests: cleanup meta-data of various tests 2018-04-09 22:55:20 -04:00
checksum_offload tests: net: Fix tests so they can be run in real hw 2018-06-05 10:30:30 -04:00
context tests: net: style, tag, and category fixes 2018-04-25 14:18:15 +05:30
dhcpv4 tests: net: style, tag, and category fixes 2018-04-25 14:18:15 +05:30
ethernet_mgmt net: eth: mgmt: Merge 802.1Qav related mgmt requests 2018-08-01 15:58:05 +03:00
icmpv6 tests: net: Run various tests only in qemu_x86 or native_posix 2018-07-21 08:26:02 -04:00
ieee802154 tests: CONFIG_ARC_INIT is n by default 2018-07-30 15:17:51 -04:00
iface tests: net: if: Add promisc mode tests 2018-07-24 15:12:37 +03:00
ip-addr tests: Remove newline character 2018-05-23 12:59:12 -04:00
ipv6 net: ipv6: Handle large IPv6 packets properly 2018-07-23 15:01:09 +03:00
ipv6_fragment net: ipv6: Handle large IPv6 packets properly 2018-07-23 15:01:09 +03:00
lib tests: net: TLS credentials subsystem tests 2018-07-27 20:28:15 +03:00
mgmt tests: net: mgmt: Do not allocate link address from stack 2018-05-14 14:54:07 +03:00
mld net/ipv6: Properly separate what belongs to ipv6 from the rest 2018-07-02 12:34:12 +03:00
neighbor tests: Remove newline character 2018-05-23 12:59:12 -04:00
net_pkt net: ipv6: Handle large IPv6 packets properly 2018-07-23 15:01:09 +03:00
promiscuous tests: net: Add tests for net_promisc API 2018-07-24 15:12:37 +03:00
ptp/clock tests: net: ptp: Make sure we check clock increment properly 2018-07-04 08:29:50 -04:00
route tests: net: style, tag, and category fixes 2018-04-25 14:18:15 +05:30
rpl tests: net: style, tag, and category fixes 2018-04-25 14:18:15 +05:30
socket tests: net: style, tag, and category fixes 2018-04-25 14:18:15 +05:30
tcp tests: net: tcp: Use correct network interface for sending 2018-07-17 21:12:45 +03:00
traffic_class tests: Remove newline character 2018-05-23 12:59:12 -04:00
trickle tests: net: Run various tests only in qemu_x86 or native_posix 2018-07-21 08:26:02 -04:00
tx_timestamp net: if: Fix TX timestamp callbacks invocation 2018-07-04 16:26:35 -04:00
udp tests: net: udp: Increase network buffer counts 2018-07-18 07:46:37 -04:00
utils tests: net: Run various tests only in qemu_x86 or native_posix 2018-07-21 08:26:02 -04:00
vlan tests: net: Fix tests so they can be run in real hw 2018-06-05 10:30:30 -04:00
websocket cmake: Remove duplicate invocations of target_link_libraries on app 2018-06-26 15:53:32 +02:00