Christoph Seitz

Results 16 comments of Christoph Seitz

If you think about it: 2**28 * 128 equals 32 Gbit. I'am not sure about the internal representation of std_logic, but with a efficient encoding it needs at least 4...

Personally, I find the git flow a little bit to complicated. I think one integrated release and integration branch with CI, like now, is sufficient. Especially with the current version...

Hm, if you take that diagram: Feature branches and hotfix branches are somewhat there through the Github Pull-Request process. But the important part of this discussion should be, what is...

A general comment about priorities and queues: * The number of priorities is chosen based on the VLAN Tag PCP field with 3 bit. (See https://en.wikipedia.org/wiki/IEEE_P802.1p) Other possibilities are TOS...

One more comment regarding: RX Events. The problem why I also added the priorities for RX events is the following: Think about a lot of NetworkBuffers and your IP Tasks...

> @go2sh thoughts on [mq-prio](https://man7.org/linux/man-pages/man8/tc-mqprio.8.html)? That is my final step of my TSN chain. I would see this functionality as part of the network interface. In my case, the driver...

Here you go @shubnil . Happy to see your comments coming in :)

https://github.com/torvalds/linux/tree/master/drivers/net/ethernet/aquantia Linux Kernel Repo?

Do you see any output on the output console in vscode or any error notifications? Can you show me your extension settings?

Which cmake version do you use? The reconfigure on edit support is pretty bad right now, I have to rewrite that.