[casper] 32 port 100Gbe switch for $1400

2020-11-30 Thread Dan Werthimer
dear casperites, if you are seeking a 32 port 100Gbit ethernet switch, terabit systems has arista DCS7060 for $1400. these are "used", but the one we bought looked new, and had arista packaging. we've bought a few switches from daniel at terabit and all have worked well so far. they test every

Re: [casper] Dropped packets during HASHPIPE data acquisition

2020-11-30 Thread John Ford
Hi Mark. Spelunking through the hashpipe_pktsock.h header file I see that #define PKT_UDP_DATA(p) (PKT_NET(p) + 0x1c) In your code you posted earlier, you have this: memcpy(dest_p, payload, PKT_UDP_SIZE(frame) - 16) // Ignore both UDP (8 bytes) and packet header (8 bytes) Have you verified

Re: [casper] Dropped packets during HASHPIPE data acquisition

2020-11-30 Thread Mark Ruzindana
Hi David, Hope everything is fine. It's okay if you haven't seen it yet or forgot, but I'm still struggling with this issue. Would you mind giving me some thoughts on it if you have any? Here is the issue again, along with a summary of what I did to catch you up, just in case you need it: I was