Re: [ixp1200] Inter-ME uCode communication

I wrote my own MESource macro and I assigned ME-to-ME queues separately. This has to be done carefully so as not to clash with the queues assigned by the resource manager, otherwise you will end up clobbering the queues already set up. I look at the resource manager source code will reveal the queues that are assigned, so that you can determine your own queues. As Abhijeet said, these are hard-coded. Also if you look at the MESink macro, you will realize that the queues in which the packets go depend on the output port, so if you want to put your packets in a different queue you will have to write a different sink macro, or you will have to manilpulate the output port register in the sending thread. -- Shyamal Pandya Arizona State University Addr: 920 S Terrace Rd #102 Tempe AZ 85281 Phone: 1-480-966-1982
_________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus
participants (1)
-
Shyamal Pandya