Hi all,

Thanks for joining the discussion today. Here are the notes; however, this was
a longer discussion and I'm sure I missed some things.

Cheers,
Brenden

=== Discussion ===

Yonghong:
* Some internal BTF work
* Compiler support for static variables
* Some compile-once-run-everywhere work
* Looking for help with issues regarding libbpf packaging/dependencies
  * Issue to continue offline, not concluded on the call
* Issue related to function->function call in bcc and compiler optimizations
  * Jiong offers to debug the codegen using 32 bit mode

Saeed:
* XDP driver statistics standardization
  * All drivers run same entry point for xdp progs
    * Why not account stats here?
    * Even though xdp program can implement its own statistics
    * Many drivers are already paying stats accounting cost
  * Just remove unused stats from driver?
    * Stats may be used in debugging, but FB for instance is guarding with
      static key, wouldn't want extra stats on by default
* Allocating resources for tx queue/redirect?
  * Is there a better way to allocate resources when it isn't known that a
    program will need queues
  * One approach is to attach dummy bpf program
  * Resource allocation point when configuring devmap?
    * Seems like a clean enough solution, doesn't solve all cases but moves the
      ball forward
* BTF metadata structure registration
  * Should be queryable from userspace, don't yet have an API for that
  * Netlink vs syscall?
    * No silver bullet for all use cases
  * Hesitation for creating a new object to describe existing objects (bpf
    progs, maps)
    * BTF is metadata conceptually different from maps, progs
    * ethtool? unlikely due to lack of code ownership
    * For buffers, something like devlink is more appropriate
    * For BTF, bpf() syscall works
    * BTF for statistics description (ethtool replacement?)

Daniel:
* verification of static data is working, patches coming soon

=== Attendees ===
Brenden Blanco
Michael Savisko
Alexei Starovoitov
Daniel Borkmann
Jakub Kicinski
Neerav Parikh
Paul Chaignon
Saeed
Marco Leogrande
Jiong Wang
Andrii Nakryiko
Yonghong Song
William Tu
Joe Stringer
John
Maciej Fijalkowski
Martin Lau
Mauricio Vasquez
Piotr Raczynski
Quillian Rutherford

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#1624): https://lists.iovisor.org/g/iovisor-dev/message/1624
Mute This Topic: https://lists.iovisor.org/mt/30527411/21656
Group Owner: iovisor-dev+ow...@lists.iovisor.org
Unsubscribe: https://lists.iovisor.org/g/iovisor-dev/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to