Andre Fredette

Results 39 issues of Andre Fredette

The SchedClassifier attach function does not currently allow the priority (aka preference) of a classifier program to be explicitly set. Instead, the underlying netlink_qdisc_attach function defaults the priority to zero...

ovn-kubernetes requires the ability to modify the match criteria and/or logging configuration for an existing ACL.

external_ids should be ignored while checking for duplicates in ACLAdd and matching in ACLDel The parameters that define a unique ACL for a given entity (logical switch or port group)...

bpfman needs to support the use case described here: https://www.redhat.com/en/blog/network-observability-secondary-interface-support

This PR is a POC of a different way of maintaining the cluster-level status for each *Program CRD With the current implementation, the operator controller determines a cluster-wide status for...

If a user tries to run a bpfman cli command while another instance of bpfman has the database locked, they get the following message. ``` $ bpfman list thread 'main'...

good first issue

Much of the code in the following files is the same. ```bash bpfman-operator/controllers/bpfd-agent/*-program_test.go bpfman-operator/controllers/bpfd-operator/*-program_test.go ``` Try to create common test functions that can be used for all program types. -...

PR #875 gave the bpfman agent permission to get, list and watch pods. We should revisit the assumptions we made about the trampoline pod threat in the OCP Enhancement proposal....